LauncherActivity.ItemForPosition(Int32) Method

Definition

Return the ListItem for a specific position in our android.widget.ListView.

[Android.Runtime.Register("itemForPosition", "(I)Landroid/app/LauncherActivity$ListItem;", "GetItemForPosition_IHandler")]
protected virtual Android.App.LauncherActivity.ListItem? ItemForPosition (int position);
[<Android.Runtime.Register("itemForPosition", "(I)Landroid/app/LauncherActivity$ListItem;", "GetItemForPosition_IHandler")>]
abstract member ItemForPosition : int -> Android.App.LauncherActivity.ListItem
override this.ItemForPosition : int -> Android.App.LauncherActivity.ListItem

Parameters

position
Int32

The item to return

Returns

Attributes

Remarks

Java documentation for android.app.LauncherActivity.itemForPosition(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.

Applies to