TextComposition.Text Propriété

Définition

Important

Cette API n’est pas conforme CLS.

Obtient ou définit le texte actuel pour cette composition de texte.

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

Valeur de propriété

Chaîne qui contient le texte actuel pour cette composition de texte.

Attributs

S’applique à

Voir aussi