UITestActionExecutor.GetControlSupportLevel Method
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public MustOverride Function GetControlSupportLevel ( _
control As UITechnologyElement _
) As Integer
public abstract int GetControlSupportLevel(
UITechnologyElement control
)
public:
virtual int GetControlSupportLevel(
UITechnologyElement^ control
) abstract
abstract GetControlSupportLevel :
control:UITechnologyElement -> int
public abstract 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.