Android.Views.Accessibility.AccessibilityRecord.CurrentItemIndex Property
Gets the index of the source in the list of items the can be visited.

Syntax

[get: Android.Runtime.Register("getCurrentItemIndex", "()I", "GetGetCurrentItemIndexHandler")]
[set: Android.Runtime.Register("setCurrentItemIndex", "(I)V", "GetSetCurrentItemIndex_IHandler")]
public virtual int CurrentItemIndex { 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 index of the source in the list of items the can be visited.

Set method documentation [Android Documentation]

Sets the index of the source in the list 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