Propriété SendKeysAction.Text
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
public string Text { get; set; }
public:
property String^ Text {
String^ get();
void set(String^ value);
}
member Text : string with get, set
Public Property Text As String
Valeur de propriété
Type: System.String
Texte.
Notes
La définition de cette propriété déclenche l'événement PropertyChanged.
Voir aussi
PropertyChanged
SendKeysAction, classe
Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms
Retour au début