IUITechnologyElement.SetOption(UITechnologyElementOption, Object) Method

Definition

Sets the value of the specified option in this element.

public:
 void SetOption(Microsoft::VisualStudio::TestTools::UITest::Extension::UITechnologyElementOption technologyElementOption, System::Object ^ optionValue);
public void SetOption (Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElementOption technologyElementOption, object optionValue);
abstract member SetOption : Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElementOption * obj -> unit
Public Sub SetOption (technologyElementOption As UITechnologyElementOption, optionValue As Object)

Parameters

technologyElementOption
UITechnologyElementOption

A member of the UITechnologyElementOption enumeration.

optionValue
Object

The value for the option.

Applies to