Share via


AssistStructure.ViewNode.ContentDescriptionFormatted Property

Definition

Returns any content description associated with the node, which semantically describes its purpose for accessibility and other uses.

public virtual Java.Lang.ICharSequence ContentDescriptionFormatted { [Android.Runtime.Register("getContentDescription", "()Ljava/lang/CharSequence;", "GetGetContentDescriptionHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getContentDescription", "()Ljava/lang/CharSequence;", "GetGetContentDescriptionHandler", ApiSince=23)>]
member this.ContentDescriptionFormatted : Java.Lang.ICharSequence

Property Value

Attributes

Remarks

Returns any content description associated with the node, which semantically describes its purpose for accessibility and other uses.

Java documentation for android.app.assist.AssistStructure.ViewNode.getContentDescription().

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