The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ControlSupport Enumeration
This enumeration is used to specify the possible return values for the level of support for an element by an IUITechnologyManager component.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
| 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 |
Show: