RemoteViews.RemoteCollectionItems.ItemCount Property

Definition

Returns the number of elements in the collection.

public int ItemCount { [Android.Runtime.Register("getItemCount", "()I", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getItemCount", "()I", "", ApiSince=31)>]
member this.ItemCount : int

Property Value

Count of items.

Attributes

Remarks

Returns the number of elements in the collection.

Java documentation for android.widget.RemoteViews.RemoteCollectionItems.getItemCount().

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