Partager via


SendKeysAction.Text, propriété

Obtient ou définit le texte à envoyer à l'élément.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Déclaration
Public Property Text As String
    Get
    Set
public string Text { get; set; }
public:
property String^ Text {
    String^ get ();
    void set (String^ value);
}
member Text : string with get, set
function get Text () : String
function set Text (value : String)

Valeur de propriété

Type : System.String
Texte.

Notes

La définition de cette propriété déclenche l'événement PropertyChanged.

Sécurité .NET Framework

Voir aussi

Référence

SendKeysAction Classe

Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms

PropertyChanged