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
参数
- nameOfProperty
类型:System.String
属性的名称。
返回值
类型:System.Object
给定属性名称的值。
实现
IQueryCondition.GetPropertyValue(String)
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。