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

Return Value

Type: System.Int32
The support level for the control.

.NET Framework Security

See Also

Reference

IUITestPropertyProvider Interface

IUITestPropertyProvider Members

Microsoft.VisualStudio.TestTools.UITesting Namespace