UITechnologyElementProxy.GetPropertyValue 方法
取得指定之屬性值的項目。
命名空間: Microsoft.VisualStudio.TestTools.UITesting
組件: Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)
語法
'宣告
Public Overrides Function GetPropertyValue ( _
propertyName As String _
) As Object
public override Object GetPropertyValue(
string propertyName
)
public:
virtual Object^ GetPropertyValue(
String^ propertyName
) override
abstract GetPropertyValue :
propertyName:string -> Object
override GetPropertyValue :
propertyName:string -> Object
public override function GetPropertyValue(
propertyName : String
) : Object
參數
propertyName
類型:String屬性的名稱。
傳回值
類型:Object
屬性的值。
實作
IUITechnologyElement.GetPropertyValue(String)
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。