Compartir a través de


UITechnologyElement.GetOption (Método)

Devuelve la opción especificada para este elemento.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Extension
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Extension (en Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxis

'Declaración
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

Parámetros

Valor devuelto

Tipo: System.Object
Valor de la opción especificada.

Implementaciones

IUITechnologyElement.GetOption(UITechnologyElementOption)

Excepciones

Excepción Condición
NotSupportedException

No se admite la opción de elemento especificada.

Seguridad de .NET Framework

Vea también

Referencia

UITechnologyElement Clase

Microsoft.VisualStudio.TestTools.UITest.Extension (Espacio de nombres)

UITechnologyElementOption