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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.