IUITechnologyElement.GetOption(UITechnologyElementOption) Method

Definition

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.

Applies to