UITechnologyManager.SetTechnologyManagerProperty Method

Definition

When implemented in a derived class, sets the value of the given property in this technology manager.

public:
 virtual void SetTechnologyManagerProperty(Microsoft::VisualStudio::TestTools::UITest::Extension::UITechnologyManagerProperty propertyName, System::Object ^ propertyValue);
public virtual void SetTechnologyManagerProperty (Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty propertyName, object propertyValue);
abstract member SetTechnologyManagerProperty : Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty * obj -> unit
override this.SetTechnologyManagerProperty : Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty * obj -> unit
Public Overridable Sub SetTechnologyManagerProperty (propertyName As UITechnologyManagerProperty, propertyValue As Object)

Parameters

propertyName
UITechnologyManagerProperty

A member of the UITechnologyManagerProperty enumeration.

propertyValue
Object

The value for the property.

Implements

Applies to