Sdílet prostřednictvím


ITestPlanHelper.FetchCloneInformation – metoda

Obor názvů:  Microsoft.TeamFoundation.TestManagement.Client
Sestavení:  Microsoft.TeamFoundation.TestManagement.Client (v Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

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

Parametry

  • testPlanId
    Typ: Int32

Vrácená hodnota

Typ: IList<CloneOperationInformation>

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITestPlanHelper Rozhraní

Microsoft.TeamFoundation.TestManagement.Client – obor názvů