UITechnologyManager.SetTechnologyManagerProperty 方法

定义

在派生类中实现时,设置此技术管理器中给定属性的值。

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)

参数

propertyName
UITechnologyManagerProperty

UITechnologyManagerProperty 枚举的一个成员。

propertyValue
Object

属性的值。

实现

适用于