Partilhar via


Método UITechnologyElementProxy.GetOption

Obtém o padrão para este IUITechnologyElement.

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

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: System.Object
O valor de essa opção do elemento.

Implementações

IUITechnologyElement.GetOption(UITechnologyElementOption)

Exceções

Exceção Condição
NotSupportedException

Gera System.NotSupportedException se a opção de elemento não é suportado.

Segurança do .NET Framework

Consulte também

Referência

UITechnologyElementProxy Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting