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
- destinationPlan
Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestPlan
- sourceSuiteIds
Typ: List<Int32>
- projectName
Typ: String
Vrácená hodnota
Typ: Int32
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.