Freigeben über


ITestPlanHelper.FetchCloneInformation-Methode

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

Syntax

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

Parameter

  • testPlanId
    Typ: Int32

Rückgabewert

Typ: IList<CloneOperationInformation>

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestPlanHelper Schnittstelle

Microsoft.TeamFoundation.TestManagement.Client-Namespace