Share via


ITestPlanHelper.FetchCloneInformation Method (Int32)

 

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

Syntax

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)

Parameters

Return Value

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

See Also

ITestPlanHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top