IQueryCondition.GetPropertyValue 方法

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

返回给定属性的值(如果此查询条件中存在该给定属性)。

命名空间:  Microsoft.VisualStudio.TestTools.UITest.Extension
程序集:  Microsoft.VisualStudio.TestTools.UITest.Extension(在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

语法

声明
Function GetPropertyValue ( _
    nameOfProperty As String _
) As Object
Object GetPropertyValue(
    string nameOfProperty
)
Object^ GetPropertyValue(
    String^ nameOfProperty
)
abstract GetPropertyValue : 
        nameOfProperty:string -> Object 
function GetPropertyValue(
    nameOfProperty : String
) : Object

参数

返回值

类型:System.Object
属性的值,或 nullnull 引用(在 Visual Basic 中为 Nothing)(如果属性不存在)。

.NET Framework 安全性

请参见

参考

IQueryCondition 接口

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