Partager via


HtmlTextArea.CopyPastedText, propriété

Obtient ou définit le contenu de ce contrôle à l'aide de la fonction copier/coller.

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 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)

Valeur de propriété

Type : System.String
Contenu de ce contrôle.

Sécurité .NET Framework

Voir aussi

Référence

HtmlTextArea Classe

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