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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.