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
参数
- nameOfProperty
类型:System.String
属性的名称。
返回值
类型:System.Object
属性的值,或 nullnull 引用(在 Visual Basic 中为 Nothing)(如果属性不存在)。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。