Taal

ListView.CheckedItemPositions Property

Definition

Gets the checked item positions.

public override Android.Util.SparseBooleanArray? CheckedItemPositions { [Android.Runtime.Register("getCheckedItemPositions", "()Landroid/util/SparseBooleanArray;", "GetGetCheckedItemPositionsHandler")] get; }
[<get: Android.Runtime.Register("getCheckedItemPositions", "()Landroid/util/SparseBooleanArray;", "GetGetCheckedItemPositionsHandler")>]
member this.CheckedItemPositions : Android.Util.SparseBooleanArray

Property Value

A SparseBooleanArray which will return true for each call to get(int position) where position is a checked position in the list and false otherwise, or null if the choice mode is set to CHOICE_MODE_NONE .

Attributes

Remarks

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