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.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member overrides UITechnologyElement.GetRequestedState(AccessibleStates).
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Syntax
'Declaration
Public Overrides Function GetRequestedState ( _
requestedState As AccessibleStates _
) As AccessibleStates
public override AccessibleStates GetRequestedState(
AccessibleStates requestedState
)
public:
virtual AccessibleStates GetRequestedState(
AccessibleStates requestedState
) override
abstract GetRequestedState :
requestedState:AccessibleStates -> AccessibleStates
override GetRequestedState :
requestedState:AccessibleStates -> AccessibleStates
public override function GetRequestedState(
requestedState : AccessibleStates
) : AccessibleStates
Parameters
- requestedState
Type: System.Windows.Forms.AccessibleStates
Return Value
Type: System.Windows.Forms.AccessibleStates
Returns AccessibleStates.
Implements
IUITechnologyElement.GetRequestedState(AccessibleStates)
.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.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight Namespace