Share via


ITestPlanHelper.FetchCloneInformation Method

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>

Parameters

  • testPlanId
    Type: Int32

Return Value

Type: IList<CloneOperationInformation>

.NET Framework Security

See Also

Reference

ITestPlanHelper Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace