Share via


UITechnologyElement.GetOption Method

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

Syntax

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

Parameters

Return Value

Type: Object

Implements

IUITechnologyElement.GetOption(UITechnologyElementOption)

.NET Framework Security

See Also

Reference

UITechnologyElement Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace