共用方式為


ITestPlanHelper.BeginCloneOperation 方法

命名空間:  Microsoft.TeamFoundation.TestManagement.Client
組件:  Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

語法

'宣告
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

參數

  • sourcePlanId
    類型:Int32
  • sourceSuiteIds
    類型:List<Int32>
  • projectName
    類型:String

傳回值

類型:Int32

.NET Framework 安全性

請參閱

參考

ITestPlanHelper 介面

Microsoft.TeamFoundation.TestManagement.Client 命名空間