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
- destinationPlan
類型:Microsoft.TeamFoundation.TestManagement.Client.ITestPlan
- sourceSuiteIds
類型:List<Int32>
- projectName
類型:String
傳回值
類型:Int32
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。