Compartir a través de


HtmlTextArea.Text (Propiedad)

Obtiene el contenido de este control de área de texto.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Ensamblado:  Microsoft.VisualStudio.TestTools.UITesting (en Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxis

'Declaración
Public Overridable Property Text As String
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 propiedad

Tipo: System.String
Contenido de este control de área de texto.

Seguridad de .NET Framework

Vea también

Referencia

HtmlTextArea Clase

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls (Espacio de nombres)