Android.Views.Accessibility.AccessibilityRecord.ItemCount Property
Gets the number of items that can be visited.

Syntax

[get: Android.Runtime.Register("getItemCount", "()I", "GetGetItemCountHandler")]
[set: Android.Runtime.Register("setItemCount", "(I)V", "GetSetItemCount_IHandler")]
public virtual int ItemCount { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.

Remarks

Get method documentation [Android Documentation]

Gets the number of items that can be visited.

Set method documentation [Android Documentation]

Sets the number of items that can be visited.

Requirements

Namespace: Android.Views.Accessibility
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4