Compartilhar via


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

Valor de retorno

Type: System.Collections.Generic.IList<CloneOperationInformation>

Consulte também

Interface ITestPlanHelper
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo