Partager via


HtmlTextArea.Text, propriété

Obtient le contenu de ce contrôle d'espace de texte.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assembly :  Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntaxe

'Déclaration
Public Overridable Property Text As String
    Get
    Set
public virtual string Text { get; set; }
public:
virtual property String^ Text {
    String^ get ();
    void set (String^ value);
}
abstract Text : string with get, set
override Text : string with get, set
function get Text () : String
function set Text (value : String)

Valeur de propriété

Type : System.String
Contenu de ce contrôle d'espace de texte.

Sécurité .NET Framework

Voir aussi

Référence

HtmlTextArea Classe

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls, espace de noms