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.
ITestPlanHelper::BeginCloneOperation Method (Int32, ITestPlan^, List<Int32>^, String^, CloneOptions^)
Namespace:
Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
int BeginCloneOperation( int sourcePlanId, ITestPlan^ destinationPlan, List<int>^ sourceSuiteIds, String^ projectName, CloneOptions^ options )
Parameters
- sourcePlanId
- Type: System::Int32
- destinationPlan
- Type: Microsoft.TeamFoundation.TestManagement.Client::ITestPlan^
- sourceSuiteIds
- Type: System.Collections.Generic::List<Int32>^
- projectName
- Type: System::String^
- options
- Type: Microsoft.TeamFoundation.TestManagement.Client::CloneOptions^
Return Value
Type: System::Int32
Show: