ITestSuiteHelper.FetchTestSuitesForPlan Method
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
'Declaration
Function FetchTestSuitesForPlan ( _
plan As ITestPlan, _
rootSuiteId As Integer _
) As IStaticTestSuite
IStaticTestSuite FetchTestSuitesForPlan(
ITestPlan plan,
int rootSuiteId
)
IStaticTestSuite^ FetchTestSuitesForPlan(
ITestPlan^ plan,
int rootSuiteId
)
abstract FetchTestSuitesForPlan :
plan:ITestPlan *
rootSuiteId:int -> IStaticTestSuite
function FetchTestSuitesForPlan(
plan : ITestPlan,
rootSuiteId : int
) : IStaticTestSuite
Parameters
- rootSuiteId
Type: Int32
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.IStaticTestSuite
Root suite of the plan.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.