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

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

Wartość właściwości

Type: System.String

Tekst.

Uwagi

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

Zobacz też

PropertyChanged
Klasa SendKeysAction
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

Powrót do początku