Language

ContentCaptureNodeProperties.TextFormatted Property

Definition

Gets the text of the node. -or- Sets the text for this node.

public virtual Java.Lang.ICharSequence? TextFormatted { [Android.Runtime.Register("getText", "()Ljava/lang/CharSequence;", "GetGetTextHandler", ApiSince=37)] get; [Android.Runtime.Register("setText", "(Ljava/lang/CharSequence;)V", "GetSetText_Ljava_lang_CharSequence_Handler", ApiSince=37)] set; }
[<get: Android.Runtime.Register("getText", "()Ljava/lang/CharSequence;", "GetGetTextHandler", ApiSince=37)>]
[<set: Android.Runtime.Register("setText", "(Ljava/lang/CharSequence;)V", "GetSetText_Ljava_lang_CharSequence_Handler", ApiSince=37)>]
member this.TextFormatted : Java.Lang.ICharSequence with get, set

Property Value

the text of the node, or null if explicitly set to null.

Attributes

Applies to