UITechnologyElement.SetOption(UITechnologyElementOption, Object) Method
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.
C++
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)
- technologyElementOption
- UITechnologyElementOption
- optionValue
- Object
Product | Versions |
---|---|
Visual Studio SDK | 2017, 2019 |