Método ITestPlanHelper.BeginCloneOperation (Int32, ITestPlan, List<Int32>, String, CloneOptions)
Publicado: abril de 2016
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
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
Parâmetros
- sourcePlanId
Type: System.Int32
- destinationPlan
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPlan
- sourceSuiteIds
Type: System.Collections.Generic.List<Int32>
- projectName
Type: System.String
Valor de retorno
Type: System.Int32
Consulte também
Interface ITestPlanHelper
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo