Share via


ITestPlanHelper2.Find2 Method (Int32, Boolean)

 

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

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

Parameters

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPlan

See Also

ITestPlanHelper2 Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top