Android.Content.ClipData.GetItemAt Method
Return a single item inside of the clip data.

Syntax

[Android.Runtime.Register("getItemAt", "(I)Landroid/content/ClipData$Item;", "GetGetItemAt_IHandler")]
public virtual ClipData.Item GetItemAt (int index)

Parameters

index
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Return a single item inside of the clip data. The index can range from 0 to ClipData.ItemCount-1.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11