AccessibilityRecord.AddedCount Property

Definition

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

public virtual int AddedCount { [Android.Runtime.Register("getAddedCount", "()I", "GetGetAddedCountHandler")] get; [Android.Runtime.Register("setAddedCount", "(I)V", "GetSetAddedCount_IHandler")] set; }
[<get: Android.Runtime.Register("getAddedCount", "()I", "GetGetAddedCountHandler")>]
[<set: Android.Runtime.Register("setAddedCount", "(I)V", "GetSetAddedCount_IHandler")>]
member this.AddedCount : int with get, set

Property Value

The number of added characters.

Attributes

Exceptions

If called from an AccessibilityService.

Remarks

Property getter documentation:

Gets the number of added characters.

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

Property setter documentation:

Sets the number of added characters.

Java documentation for android.view.accessibility.AccessibilityRecord.setAddedCount(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