Language

LauncherActivity.ItemForPosition(Int32) Method

Definition

Return the ListItem for a specific position in our 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

int: The item to return

Returns

Attributes

Remarks

Return the ListItem for a specific position in our ListView.

Android reference for android.app.LauncherActivity.itemForPosition.

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