IUITechnologyElement.GetOption(UITechnologyElementOption) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the specified option for this element.
public:
System::Object ^ GetOption(Microsoft::VisualStudio::TestTools::UITest::Extension::UITechnologyElementOption technologyElementOption);
public object GetOption (Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElementOption technologyElementOption);
abstract member GetOption : Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElementOption -> obj
Public Function GetOption (technologyElementOption As UITechnologyElementOption) As Object
Parameters
- technologyElementOption
- UITechnologyElementOption
A member of the UITechnologyElementOption enumeration.
Returns
The value of the specified option.
Exceptions
The specified element option is not supported.