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.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Parameters
- windowHandle
-
Type:
System::IntPtr
The window handle of the element.
Return Value
Type: System::Int32An integer that indicates the level of support provided for the element by this technology manager. The higher the value the stronger the support.
Show: