Share via


ControlSupport Enumeration

This enumeration is used to specify the possible return values for the level of support for an element by an IUITechnologyManager component.

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

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("2905640F-0663-401c-994A-25127BAECE4B")> _
Public Enumeration ControlSupport
[ComVisibleAttribute(true)]
[GuidAttribute("2905640F-0663-401c-994A-25127BAECE4B")]
public enum ControlSupport
[ComVisibleAttribute(true)]
[GuidAttribute(L"2905640F-0663-401c-994A-25127BAECE4B")]
public enum class ControlSupport
[<ComVisibleAttribute(true)>]
[<GuidAttribute("2905640F-0663-401c-994A-25127BAECE4B")>]
type ControlSupport
public enum ControlSupport

Members

Member name Description
ControlSpecificSupport The technology manager supports a specific control.
DefaultSupport The technology manager supports all elements by default.
NativeSupport The technology manager provides native support for a class of controls.
NoSupport The technology manager does not support this element.
Unknown The support level for this control is unknown or not computed.

See Also

Reference

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace

IUITechnologyManager