Partilhar via


Propriedade HtmlTextArea.Text

Obtém o conteúdo do controle de área de texto.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (em Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String
O conteúdo do controle de área de texto.

Segurança do .NET Framework

Consulte também

Referência

HtmlTextArea Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting.HtmlControls