共用方式為


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

參數

傳回值

型別:System.Object
指定屬性名稱的值。

實作

IQueryCondition.GetPropertyValue(String)

.NET Framework 安全性

請參閱

參考

PropertyCondition 類別

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