AccessibilityRecord.ContentDescriptionFormatted Property

Definition

Gets the description of the source. -or- Sets the description of the source.

public virtual Java.Lang.ICharSequence? ContentDescriptionFormatted { [Android.Runtime.Register("getContentDescription", "()Ljava/lang/CharSequence;", "GetGetContentDescriptionHandler")] get; [Android.Runtime.Register("setContentDescription", "(Ljava/lang/CharSequence;)V", "GetSetContentDescription_Ljava_lang_CharSequence_Handler")] set; }
[<get: Android.Runtime.Register("getContentDescription", "()Ljava/lang/CharSequence;", "GetGetContentDescriptionHandler")>]
[<set: Android.Runtime.Register("setContentDescription", "(Ljava/lang/CharSequence;)V", "GetSetContentDescription_Ljava_lang_CharSequence_Handler")>]
member this.ContentDescriptionFormatted : Java.Lang.ICharSequence with get, set

Property Value

The description.

Attributes

Exceptions

If called from an AccessibilityService.

Remarks

Property getter documentation:

Gets the description of the source.

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

Property setter documentation:

Sets the description of the source.

Java documentation for android.view.accessibility.AccessibilityRecord.setContentDescription(java.lang.CharSequence).

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