ITestConfigurationHelper.Query 方法 (String)

 

使用提供的查询从服务器返回测试配置的集合。

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

语法

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

参数

  • queryText
    将执行的 WIQL。

返回值

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestConfigurationCollection

匹配测试配置的集合。

请参阅

ITestConfigurationCollection
ITestConfiguration
Query 重载
ITestConfigurationHelper 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首