Método ITestPlanHelper2.Query2 (String, Boolean)
Publicado: abril de 2016
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
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
Parâmetros
- queryText
Type: System.String
- excludePlansWithNoRootSuite
Type: System.Boolean
Valor de retorno
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPlanCollection
Consulte também
Interface ITestPlanHelper2
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo