Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the state of the control.
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
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.ControlStates
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.