发布时间: 2016年4月
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
ITestPlanCollection Query2(
string queryText,
bool excludePlansWithNoRootSuite = true
)
ITestPlanCollection^ Query2(
String^ queryText,
bool excludePlansWithNoRootSuite = true
)
abstract Query2 :
queryText:string *
excludePlansWithNoRootSuite:bool = true -> ITestPlanCollection
Function Query2 (
queryText As String,
excludePlansWithNoRootSuite As Boolean
) As ITestPlanCollection
参数
- queryText
Type: System.String
- excludePlansWithNoRootSuite
Type: System.Boolean
返回值
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPlanCollection
请参阅
ITestPlanHelper2 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首