ClipData.GetItemAt(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return a single item inside of the clip data.
[Android.Runtime.Register("getItemAt", "(I)Landroid/content/ClipData$Item;", "GetGetItemAt_IHandler")]
public virtual Android.Content.ClipData.Item? GetItemAt (int index);
[<Android.Runtime.Register("getItemAt", "(I)Landroid/content/ClipData$Item;", "GetGetItemAt_IHandler")>]
abstract member GetItemAt : int -> Android.Content.ClipData.Item
override this.GetItemAt : int -> Android.Content.ClipData.Item
Parameters
- index
- Int32
Returns
- Attributes
Remarks
Java documentation for android.content.ClipData.getItemAt(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.