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.
UITechnologyElementProxy::GetOption Method (UITechnologyElementOption)
Gets the option for this IUITechnologyElement.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
public: virtual Object^ GetOption( UITechnologyElementOption technologyElementOption ) override
Parameters
- technologyElementOption
-
Type:
Microsoft.VisualStudio.TestTools.UITest.Extension::UITechnologyElementOption
The element option to obtain.
| Exception | Condition |
|---|---|
| NotSupportedException | Throws System.NotSupportedException if the element option is not supported. |
Show: