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.
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)
Syntax
IStaticTestSuite FetchTestSuitesForPlan(
ITestPlan plan,
int rootSuiteId
)
IStaticTestSuite^ FetchTestSuitesForPlan(
ITestPlan^ plan,
int rootSuiteId
)
abstract FetchTestSuitesForPlan :
plan:ITestPlan *
rootSuiteId:int -> IStaticTestSuite
Function FetchTestSuitesForPlan (
plan As ITestPlan,
rootSuiteId As Integer
) As IStaticTestSuite
Parameters
- rootSuiteId
Type: System.Int32
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.IStaticTestSuite
Root suite of the plan.
See Also
ITestSuiteHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top