Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
When overridden in a derived class, returns a value that indicates the support level of this provider for the given control.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assemblies: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public MustOverride Function GetControlSupportLevel ( _
uiTestControl As UITestControl _
) As Integer
public abstract int GetControlSupportLevel(
UITestControl uiTestControl
)
public:
virtual int GetControlSupportLevel(
UITestControl^ uiTestControl
) abstract
abstract GetControlSupportLevel :
uiTestControl:UITestControl -> int
public abstract function GetControlSupportLevel(
uiTestControl : UITestControl
) : int
Parameters
uiTestControl
Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControlA UITestControl object.
Return Value
Type: Int32
The support level of this provider for the given control.
.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.UITesting Namespace