ITestPlanHelper.BeginCloneOperation 方法 (Int32, ITestPlan, List<Int32>, String, CloneOptions)

 

发布时间: 2016年4月

命名空间:   Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

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

参数

返回值

Type: System.Int32

请参阅

ITestPlanHelper 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首