Método ITestPlanHelper2.Find2 (Int32, Boolean)
Publicado: abril de 2016
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
ITestPlan Find2(
int testPlanId,
bool excludePlansWithNoRootSuite = true
)
ITestPlan^ Find2(
int testPlanId,
bool excludePlansWithNoRootSuite = true
)
abstract Find2 :
testPlanId:int *
excludePlansWithNoRootSuite:bool = true -> ITestPlan
Function Find2 (
testPlanId As Integer,
excludePlansWithNoRootSuite As Boolean
) As ITestPlan
Parâmetros
- testPlanId
Type: System.Int32
- excludePlansWithNoRootSuite
Type: System.Boolean
Valor de retorno
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPlan
Consulte também
Interface ITestPlanHelper2
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo