The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UITechnologyElement::GetRequestedState Method (AccessibleStates)
Returns the current state information for the given requested states for this element.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
public: virtual AccessibleStates GetRequestedState( AccessibleStates requestedState ) abstract
Parameters
- requestedState
-
Type:
System.Windows.Forms::AccessibleStates
One or more members of the AccessibleStates enumeration that are added together.
Return Value
Type: System.Windows.Forms::AccessibleStatesState information for each requested state if the technology supports it; otherwise, the complete state information for this element.
Show: