发布时间: 2016年4月
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
IList<CloneOperationInformation> FetchCloneInformation(
int testPlanId
)
IList<CloneOperationInformation^>^ FetchCloneInformation(
int testPlanId
)
abstract FetchCloneInformation :
testPlanId:int -> IList<CloneOperationInformation>
Function FetchCloneInformation (
testPlanId As Integer
) As IList(Of CloneOperationInformation)
参数
- testPlanId
Type: System.Int32
返回值
Type: System.Collections.Generic.IList<CloneOperationInformation>
请参阅
ITestPlanHelper 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首