Método ITestPlanHelper.FetchCloneInformation (Int32)
Publicado: abril de 2016
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
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)
Parâmetros
- testPlanId
Type: System.Int32
Valor de retorno
Type: System.Collections.Generic.IList<CloneOperationInformation>
Consulte também
Interface ITestPlanHelper
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo