共用方式為


QueryCondition.GetPropertyValue 方法

擷取具名屬性的值 (如果此屬性存在)。

命名空間:  Microsoft.VisualStudio.TestTools.UITest.Extension
組件:  Microsoft.VisualStudio.TestTools.UITest.Extension (在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

語法

'宣告
Public Overridable Function GetPropertyValue ( _
    nameOfProperty As String _
) As Object
public virtual Object GetPropertyValue(
    string nameOfProperty
)
public:
virtual Object^ GetPropertyValue(
    String^ nameOfProperty
)
abstract GetPropertyValue : 
        nameOfProperty:string -> Object 
override GetPropertyValue : 
        nameOfProperty:string -> Object 
public function GetPropertyValue(
    nameOfProperty : String
) : Object

參數

  • nameOfProperty
    型別:System.String
    要擷取的屬性名稱。

傳回值

型別:System.Object
具名屬性的值。

實作

IQueryCondition.GetPropertyValue(String)

.NET Framework 安全性

請參閱

參考

QueryCondition 類別

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