ContentCaptureNodeProperties.ContentDescriptionFormatted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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