UITechnologyManager.SetTechnologyManagerProperty 方法
在衍生類別中實作時,會在此技術管理員中設定指定屬性的值。
命名空間: Microsoft.VisualStudio.TestTools.UITest.Extension
組件: Microsoft.VisualStudio.TestTools.UITest.Extension (在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)
語法
'宣告
Public Overridable Sub SetTechnologyManagerProperty ( _
propertyName As UITechnologyManagerProperty, _
propertyValue As Object _
)
public virtual void SetTechnologyManagerProperty(
UITechnologyManagerProperty propertyName,
Object propertyValue
)
public:
virtual void SetTechnologyManagerProperty(
UITechnologyManagerProperty propertyName,
Object^ propertyValue
)
abstract SetTechnologyManagerProperty :
propertyName:UITechnologyManagerProperty *
propertyValue:Object -> unit
override SetTechnologyManagerProperty :
propertyName:UITechnologyManagerProperty *
propertyValue:Object -> unit
public function SetTechnologyManagerProperty(
propertyName : UITechnologyManagerProperty,
propertyValue : Object
)
參數
- propertyName
型別:Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty
UITechnologyManagerProperty 列舉的成員。
- propertyValue
型別:System.Object
屬性的值。
實作
IUITechnologyManager.SetTechnologyManagerProperty(UITechnologyManagerProperty, Object)
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。