Freigeben über


UITestControl.State-Eigenschaft

Ruft den Zustand des Steuerelements ab.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property State As ControlStates
public virtual ControlStates State { get; }
public:
virtual property ControlStates State {
    ControlStates get ();
}
abstract State : ControlStates with get
override State : ControlStates with get
function get State () : ControlStates

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestControl Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace