IUITechnologyManager.GetControlSupportLevel Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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)
Syntax
'Declaration
Function GetControlSupportLevel ( _
windowHandle As IntPtr _
) As Integer
int GetControlSupportLevel(
IntPtr windowHandle
)
int GetControlSupportLevel(
IntPtr windowHandle
)
abstract GetControlSupportLevel :
windowHandle:IntPtr -> int
function GetControlSupportLevel(
windowHandle : IntPtr
) : int
Parameters
windowHandle
Type: IntPtrThe window handle for a specific element.
Return Value
Type: Int32
An int that indicates the level of support.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IUITechnologyManager Interface