Condividi tramite


Metodo ITestPlanHelper.FetchCloneInformation

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

'Dichiarazione
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>

Parametri

  • testPlanId
    Tipo: Int32

Valore restituito

Tipo: IList<CloneOperationInformation>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestPlanHelper Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client