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.

UITechnologyManager::GetControlSupportLevel Method (IntPtr)

 

Returns the indication of confidence for this technology manager that it can support the control that is identified with the provided handle.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

public:
virtual int GetControlSupportLevel(
	IntPtr windowHandle
) abstract

Parameters

windowHandle
Type: System::IntPtr

The window handle for a specific element.

Return Value

Type: System::Int32

An int that indicates the level of support.

Return to top
Show: