执行测试配置查询使用用户提供的约束。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
ITestConfigurationCollection Query(
string queryText,
int planId
)
ITestConfigurationCollection^ Query(
String^ queryText,
int planId
)
abstract Query :
queryText:string *
planId:int -> ITestConfigurationCollection
Function Query (
queryText As String,
planId As Integer
) As ITestConfigurationCollection
参数
- queryText
WIQL 执行的查询
- planId
返回值
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestConfigurationCollection
请参阅
Query 重载
ITestConfigurationHelper 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首