Udostępnij za pośrednictwem


Właściwość SetStateAction.States

 

Zwraca lub ustawia ustawienia stanu.

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

Składnia

public ControlStates States { get; set; }
public:
property ControlStates States {
    ControlStates get();
    void set(ControlStates value);
}
member States : ControlStates with get, set
Public Property States As ControlStates

Wartość właściwości

Type: Microsoft.VisualStudio.TestTools.UITest.Extension.ControlStates

Ustawienia stanu.

Uwagi

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

Zobacz też

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

Powrót do początku