Language

ContentCaptureNodeProperties.ContentDescriptionFormatted Property

Definition

Gets the content description of the node. -or- Sets the content description for this node.

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

Property Value

the content description of the node, or null if explicitly set to null.

Attributes

Applies to