Udostępnij za pośrednictwem


Właściwość SendKeysAction.Text —

Zwraca lub ustawia tekst, który ma być wysłany do elementu.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Składnia

'Deklaracja
Public Property Text As String
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)

Wartość właściwości

Typ: System.String
Tekst.

Uwagi

Ustawienie tej właściwości stwarza PropertyChanged zdarzenia.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

SendKeysAction Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

PropertyChanged