Share via


SilverlightElement.GetOption Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

This member overrides UITechnologyElement.GetOption(UITechnologyElementOption).

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.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: System.Object
Returns Object.

Implements

IUITechnologyElement.GetOption(UITechnologyElementOption)

.NET Framework Security

See Also

Reference

SilverlightElement Class

Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight Namespace