IUITechnologyElement.SetOption(UITechnologyElementOption, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.