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 命名空间