Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UITestPropertyProvider::GetControlSupportLevel Method (UITestControl^)

 

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
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

public:
virtual int GetControlSupportLevel(
	UITestControl^ uiTestControl
) abstract

Return Value

Type: System::Int32

The support level of this provider for the given control.

Return to top
Show: