Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Public MustOverride Function GetControlSupportLevel ( _
windowHandle As IntPtr _
) As Integer
public abstract int GetControlSupportLevel(
IntPtr windowHandle
)
public:
virtual int GetControlSupportLevel(
IntPtr windowHandle
) abstract
abstract GetControlSupportLevel :
windowHandle:IntPtr -> int
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)
.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.