Android.Views.Accessibility.AccessibilityRecord.RemovedCount Property
Gets the number of removed characters.

Syntax

[get: Android.Runtime.Register("getRemovedCount", "()I", "GetGetRemovedCountHandler")]
[set: Android.Runtime.Register("setRemovedCount", "(I)V", "GetSetRemovedCount_IHandler")]
public virtual int RemovedCount { 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 removed characters.

Set method documentation [Android Documentation]

Sets the number of removed characters.

Requirements

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