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