Compartir a través de


HtmlTextArea.CopyPastedText (Propiedad)

Obtiene o establece el contenido de este control mediante la función de copiar y pegar.

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 CopyPastedText As String
public virtual string CopyPastedText { get; set; }
public:
virtual property String^ CopyPastedText {
    String^ get ();
    void set (String^ value);
}
abstract CopyPastedText : string with get, set
override CopyPastedText : string with get, set
function get CopyPastedText () : String
function set CopyPastedText (value : String)

Valor de propiedad

Tipo: System.String
Contenido de este control.

Seguridad de .NET Framework

Vea también

Referencia

HtmlTextArea Clase

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