ITestPlanHelper.BeginCloneOperation Method

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

Syntax

'Declaration
Function BeginCloneOperation ( _
    sourcePlanId As Integer, _
    destinationPlan As ITestPlan, _
    sourceSuiteIds As List(Of Integer), _
    projectName As String, _
    options As CloneOptions _
) As Integer
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 : int, 
    destinationPlan : ITestPlan, 
    sourceSuiteIds : List<int>, 
    projectName : String, 
    options : CloneOptions
) : int

Parameters

  • sourcePlanId
    Type: Int32
  • sourceSuiteIds
    Type: List<Int32>
  • projectName
    Type: String

Return Value

Type: Int32

.NET Framework Security

See Also

Reference

ITestPlanHelper Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace