Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestSuiteHelper::FetchTestSuitesForPlan Method (ITestPlan^, Int32)

 

Returns the root suite object for the given plan with complete hierarchy.

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

IStaticTestSuite^ FetchTestSuitesForPlan(
	ITestPlan^ plan,
	int rootSuiteId
)

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client::IStaticTestSuite^

Root suite of the plan.

Return to top
Show: