ControlSupport Enumeration

This enumeration is used to specify the possible return values for the level of support for an element by an IUITechnologyManager component in Microsoft Visual Studio Test Professional.

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
Unknown The support level for this control is unknown or not computed.
NoSupport The technology manager does not support this element.
DefaultSupport The technology manager supports all elements by default.
NativeSupport The technology manager provides native support for a class of controls.
ControlSpecificSupport The technology manager supports a specific control.

See Also

Reference

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace

IUITechnologyManager