Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the specified test plan from the server.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestPlan Find(
int testPlanId
)
ITestPlan^ Find(
int testPlanId
)
abstract Find :
testPlanId:int -> ITestPlan
Function Find (
testPlanId As Integer
) As ITestPlan
Parameters
testPlanId
Type: System.Int32The numeric ID for a test plan.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPlan
The specified test plan.
See Also
ITestPlan
ITestPlanHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top