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