IUITestPropertyProvider.ProviderSupportLevel Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns the support level of the provider for the specified control.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Function ProviderSupportLevel ( _
uiControl As UITestControl _
) As Integer
'Usage
Dim instance As IUITestPropertyProvider
Dim uiControl As UITestControl
Dim returnValue As Integer
returnValue = instance.ProviderSupportLevel(uiControl)
int ProviderSupportLevel(
UITestControl uiControl
)
int ProviderSupportLevel(
UITestControl^ uiControl
)
function ProviderSupportLevel(
uiControl : UITestControl
) : int
abstract ProviderSupportLevel :
uiControl:UITestControl -> int
Parameters
- uiControl
Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControl
The control for which the support level is required.
Return Value
Type: System.Int32
The support level for the 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
IUITestPropertyProvider Interface