Sdílet prostřednictvím


ITestPlanHelper.BeginCloneOperation – metoda

Obor názvů:  Microsoft.TeamFoundation.TestManagement.Client
Sestavení:  Microsoft.TeamFoundation.TestManagement.Client (v Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Deklarace
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

Parametry

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

Vrácená hodnota

Typ: Int32

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITestPlanHelper Rozhraní

Microsoft.TeamFoundation.TestManagement.Client – obor názvů