UITechnologyManager.SetTechnologyManagerProperty 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在派生类中实现时,设置此技术管理器中给定属性的值。
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
属性的值。