IQueryCondition.ParameterizeProperty 方法
此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。
对此查询条件的属性进行参数化处理。
命名空间: Microsoft.VisualStudio.TestTools.UITest.Extension
程序集: Microsoft.VisualStudio.TestTools.UITest.Extension(在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)
语法
声明
Function ParameterizeProperty ( _
nameOfProperty As String, _
nameOfParameter As String _
) As Boolean
bool ParameterizeProperty(
string nameOfProperty,
string nameOfParameter
)
bool ParameterizeProperty(
String^ nameOfProperty,
String^ nameOfParameter
)
abstract ParameterizeProperty :
nameOfProperty:string *
nameOfParameter:string -> bool
function ParameterizeProperty(
nameOfProperty : String,
nameOfParameter : String
) : boolean
参数
- nameOfProperty
类型:System.String
属性的名称。
- nameOfParameter
类型:System.String
参数名。
返回值
类型:System.Boolean
如果参数化成功,则为 true;否则为 false。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。