SetStateAction.States-Eigenschaft

Ruft die Zustandseinstellungen ab oder legt diese fest.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.ControlStates
Die Zustandseinstellungen.

Hinweise

Durch das Festlegen dieser Eigenschaft wird das PropertyChanged-Ereignis ausgelöst.

.NET Framework-Sicherheit

Siehe auch

Referenz

SetStateAction Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

PropertyChanged

ControlStates