ITestPlanHelper2.Query2 Method (String, Boolean)
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
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
Parameters
- queryText
Type: System.String
- excludePlansWithNoRootSuite
Type: System.Boolean
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPlanCollection
See Also
ITestPlanHelper2 Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top