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

参数

返回值

类型:System.Boolean
如果参数化成功,则为 true;否则为 false。

.NET Framework 安全性

请参见

参考

IQueryCondition 接口

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