WebViewActionExecutor.GetControlSupportLevel Method
This member overrides UITestActionExecutor.GetControlSupportLevel(UITechnologyElement).
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Syntax
'Declaration
Public Overrides Function GetControlSupportLevel ( _
control As UITechnologyElement _
) As Integer
public override int GetControlSupportLevel(
UITechnologyElement control
)
public:
virtual int GetControlSupportLevel(
UITechnologyElement^ control
) override
abstract GetControlSupportLevel :
control:UITechnologyElement -> int
override GetControlSupportLevel :
control:UITechnologyElement -> int
public override function GetControlSupportLevel(
control : UITechnologyElement
) : int
Parameters
Return Value
Type: Int32
.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.