Udostępnij za pośrednictwem


Właściwość SetStateAction.StateAsString

 

Zwraca lub ustawia wartość Państwo tę akcję jako string.

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

Składnia

public string StateAsString { get; set; }
public:
property String^ StateAsString {
    String^ get();
    void set(String^ value);
}
member StateAsString : string with get, set
Public Property StateAsString As String

Wartość właściwości

Type: System.String

Wartość stanu tę akcję jako string.

Uwagi

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

Zobacz też

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

Powrót do początku