IUITechnologyManager.SetTechnologyManagerProperty 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.
When implemented in a derived class, sets the value of the given property in this technology manager.
public:
void SetTechnologyManagerProperty(Microsoft::VisualStudio::TestTools::UITest::Extension::UITechnologyManagerProperty propertyName, System::Object ^ propertyValue);
[System.Runtime.InteropServices.DispId(21)]
public void SetTechnologyManagerProperty (Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty propertyName, object propertyValue);
[<System.Runtime.InteropServices.DispId(21)>]
abstract member SetTechnologyManagerProperty : Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty * obj -> unit
Public Sub SetTechnologyManagerProperty (propertyName As UITechnologyManagerProperty, propertyValue As Object)
Parameters
- propertyName
- UITechnologyManagerProperty
A member of the UITechnologyManagerProperty enumeration.
- propertyValue
- Object
The value for the property.
- Attributes