Information
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.

UITechnologyElement::GetOption Method (UITechnologyElementOption)

 

Returns the specified option for this element.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

public:
virtual Object^ GetOption(
	UITechnologyElementOption technologyElementOption
)

Parameters

technologyElementOption
Type: Microsoft.VisualStudio.TestTools.UITest.Extension::UITechnologyElementOption

A member of the UITechnologyElementOption enumeration.

Return Value

Type: System::Object^

The value of the specified option.

Exception Condition
NotSupportedException

The specified element option is not supported.

Return to top
Show: