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.

UITechnologyManagerProxy::GetControlSupportLevel Method (IntPtr)

 

Gets the support level of this technology manager for the elements(s) in the given window.

The framework uses this function to select the correct technology manager for the element.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

public:
virtual int GetControlSupportLevel(
	IntPtr windowHandle
) override

Parameters

windowHandle
Type: System::IntPtr

The window handle of the element.

Return Value

Type: System::Int32

An integer that indicates the level of support provided for the element by this technology manager. The higher the value the stronger the support.

Return to top
Show: