UITechnologyElement.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.
public:
virtual void SetOption(Microsoft::VisualStudio::TestTools::UITest::Extension::UITechnologyElementOption technologyElementOption, System::Object ^ optionValue);
public virtual void SetOption (Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElementOption technologyElementOption, object optionValue);
abstract member SetOption : Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElementOption * obj -> unit
override this.SetOption : Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElementOption * obj -> unit
Public Overridable Sub SetOption (technologyElementOption As UITechnologyElementOption, optionValue As Object)
Parameters
- technologyElementOption
- UITechnologyElementOption
- optionValue
- Object