共用方式為


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
)

參數

.NET Framework 安全性

請參閱

參考

IUITechnologyManager 介面

Microsoft.VisualStudio.TestTools.UITest.Extension 命名空間

UITechnologyManagerProperty