AccessibilityRecord.RemovedCount Property

Definition

Gets the number of removed characters. -or- Sets the number of removed characters.

public virtual int RemovedCount { [Android.Runtime.Register("getRemovedCount", "()I", "GetGetRemovedCountHandler")] get; [Android.Runtime.Register("setRemovedCount", "(I)V", "GetSetRemovedCount_IHandler")] set; }
[<get: Android.Runtime.Register("getRemovedCount", "()I", "GetGetRemovedCountHandler")>]
[<set: Android.Runtime.Register("setRemovedCount", "(I)V", "GetSetRemovedCount_IHandler")>]
member this.RemovedCount : int with get, set

Property Value

The number of removed characters.

Attributes

Exceptions

If called from an AccessibilityService.

Remarks

Property getter documentation:

Gets the number of removed characters.

Java documentation for android.view.accessibility.AccessibilityRecord.getRemovedCount().

Property setter documentation:

Sets the number of removed characters.

Java documentation for android.view.accessibility.AccessibilityRecord.setRemovedCount(int).

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