Compartir a través de


ITestPlanHelper.FetchCloneInformation (Método)

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: IList<CloneOperationInformation>

Seguridad de .NET Framework

Vea también

Referencia

ITestPlanHelper Interfaz

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)