Compartir a través de


WpfEdit.CopyPastedText (Propiedad)

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

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

Sintaxis

'Declaración
Public Overridable Property CopyPastedText As String
    Get
    Set
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 de edición mediante copiar y pegar.

Seguridad de .NET Framework

Vea también

Referencia

WpfEdit Clase

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