ITestPlanHelper.Query 方法 (String)

 

发布时间: 2016年4月

返回与提供的工作项查询语言 (WIQL) 查询匹配的测试计划的列表。

命名空间:   Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

ITestPlanCollection Query(
    string queryText
)
ITestPlanCollection^ Query(
    String^ queryText
)
abstract Query : 
        queryText:string -> ITestPlanCollection
Function Query (
    queryText As String
) As ITestPlanCollection

参数

  • queryText
    Type: System.String

    将执行该工作项查询语言 (WIQL) 查询。

返回值

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPlanCollection

匹配测试计划的列表。

请参阅

ITestPlan
Query 重载
ITestPlanHelper 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首