Compartir a través de


UITechnologyElement.SetOption (Método)

Establece el valor de la opción especificada en 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 Sub SetOption ( _
    technologyElementOption As UITechnologyElementOption, _
    optionValue As Object _
)
public virtual void SetOption(
    UITechnologyElementOption technologyElementOption,
    Object optionValue
)
public:
virtual void SetOption(
    UITechnologyElementOption technologyElementOption, 
    Object^ optionValue
)
abstract SetOption : 
        technologyElementOption:UITechnologyElementOption * 
        optionValue:Object -> unit 
override SetOption : 
        technologyElementOption:UITechnologyElementOption * 
        optionValue:Object -> unit 
public function SetOption(
    technologyElementOption : UITechnologyElementOption, 
    optionValue : Object
)

Parámetros

Implementaciones

IUITechnologyElement.SetOption(UITechnologyElementOption, Object)

Excepciones

Excepción Condición
NotSupportedException

Produce System.NotSupportedException si la opción de elemento no se admite.

Seguridad de .NET Framework

Vea también

Referencia

UITechnologyElement Clase

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

UITechnologyElementOption