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
Assemblys :   Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)
  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (dans Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : 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