Freigeben über


UITechnologyElementProxy.SetOption-Methode

Legt die Option für dieses IUITechnologyElement fest.

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

Syntax

'Declaration
Public Overrides Sub SetOption ( _
    technologyElementOption As UITechnologyElementOption, _
    optionValue As Object _
)
public override void SetOption(
    UITechnologyElementOption technologyElementOption,
    Object optionValue
)
public:
virtual void SetOption(
    UITechnologyElementOption technologyElementOption, 
    Object^ optionValue
) override
abstract SetOption : 
        technologyElementOption:UITechnologyElementOption * 
        optionValue:Object -> unit 
override SetOption : 
        technologyElementOption:UITechnologyElementOption * 
        optionValue:Object -> unit 
public override function SetOption(
    technologyElementOption : UITechnologyElementOption, 
    optionValue : Object
)

Parameter

Implementiert

IUITechnologyElement.SetOption(UITechnologyElementOption, Object)

Ausnahmen

Ausnahme Bedingung
NotSupportedException

Löst System.NotSupportedException aus, wenn die Elementoption nicht unterstützt wird.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITechnologyElementProxy Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace