Partilhar via


Método ITestPlanHelper.FetchCloneInformation

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

'Declaração
Function FetchCloneInformation ( _
    testPlanId As Integer _
) As IList(Of CloneOperationInformation)
IList<CloneOperationInformation> FetchCloneInformation(
    int testPlanId
)
IList<CloneOperationInformation^>^ FetchCloneInformation(
    int testPlanId
)
abstract FetchCloneInformation : 
        testPlanId:int -> IList<CloneOperationInformation> 
function FetchCloneInformation(
    testPlanId : int
) : IList<CloneOperationInformation>

Parâmetros

  • testPlanId
    Tipo: Int32

Valor de retorno

Tipo: IList<CloneOperationInformation>

Segurança do .NET Framework

Consulte também

Referência

ITestPlanHelper Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client