Share via


UITechnologyElementProxy.GetOption Method

Gets the option for this IUITechnologyElement.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overrides Function GetOption ( _
    technologyElementOption As UITechnologyElementOption _
) As Object
public override Object GetOption(
    UITechnologyElementOption technologyElementOption
)
public:
virtual Object^ GetOption(
    UITechnologyElementOption technologyElementOption
) override
abstract GetOption : 
        technologyElementOption:UITechnologyElementOption -> Object  
override GetOption : 
        technologyElementOption:UITechnologyElementOption -> Object
public override function GetOption(
    technologyElementOption : UITechnologyElementOption
) : Object

Parameters

Return Value

Type: Object
The value of this element option.

Implements

IUITechnologyElement.GetOption(UITechnologyElementOption)

Exceptions

Exception Condition
NotSupportedException

Throws System.NotSupportedException if the element option is not supported.

.NET Framework Security

See Also

Reference

UITechnologyElementProxy Class

Microsoft.VisualStudio.TestTools.UITesting Namespace