IUITechnologyManager.GetTechnologyManagerProperty 方法
這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。
傳回此技術管理員之指定屬性的值。
命名空間: Microsoft.VisualStudio.TestTools.UITest.Extension
組件: Microsoft.VisualStudio.TestTools.UITest.Extension (在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)
語法
'宣告
Function GetTechnologyManagerProperty ( _
propertyName As UITechnologyManagerProperty _
) As Object
Object GetTechnologyManagerProperty(
UITechnologyManagerProperty propertyName
)
Object^ GetTechnologyManagerProperty(
UITechnologyManagerProperty propertyName
)
abstract GetTechnologyManagerProperty :
propertyName:UITechnologyManagerProperty -> Object
function GetTechnologyManagerProperty(
propertyName : UITechnologyManagerProperty
) : Object
參數
- propertyName
型別:Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerProperty
屬性的名稱。
傳回值
型別:System.Object
指定之屬性的值。
例外狀況
例外狀況 | 條件 |
---|---|
NotSupportedException | 這個技術管理員不支援此屬性。 |
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。