TextComposition.Text Proprietà

Definizione

Importante

Questa API non è conforme a CLS.

Ottiene o imposta il testo corrente per questa composizione di testo.

public:  property System::String ^ Text {  public:
System::String ^ get(); protected:
 void set(System::String ^ value); };
[System.CLSCompliant(false)]
public string Text { get; protected set; }
[<System.CLSCompliant(false)>]
member this.Text : string with get, set
Public Property Text As String

Valore della proprietà

Stringa contenente il testo corrente per questa composizione di testo.

Attributi

Si applica a

Vedi anche