This topic has not yet been rated - Rate this topic

UITechnologyManager.GetControlSupportLevel Method

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 abstract function GetControlSupportLevel(
	windowHandle : IntPtr
) : int

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.

Implements

IUITechnologyManager.GetControlSupportLevel(IntPtr)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.