Compartir a través de


ITestPlanHelper.BeginCloneOperation (Método)

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
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

Parámetros

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

Valor devuelto

Tipo: Int32

Seguridad de .NET Framework

Vea también

Referencia

ITestPlanHelper Interfaz

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)