Share via


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)

Syntax

int BeginCloneOperation(
    int sourcePlanId,
    ITestPlan destinationPlan,
    List<int> sourceSuiteIds,
    string projectName,
    CloneOptions options
)
int BeginCloneOperation(
    int sourcePlanId,
    ITestPlan^ destinationPlan,
    List<int>^ sourceSuiteIds,
    String^ projectName,
    CloneOptions^ options
)
abstract BeginCloneOperation : 
        sourcePlanId:int *
        destinationPlan:ITestPlan *
        sourceSuiteIds:List<int> *
        projectName:string *
        options:CloneOptions -> int
Function BeginCloneOperation (
    sourcePlanId As Integer,
    destinationPlan As ITestPlan,
    sourceSuiteIds As List(Of Integer),
    projectName As String,
    options As CloneOptions
) As Integer

Parameters

Return Value

Type: System.Int32

See Also

ITestPlanHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top