Método ITestPlanHelper.FetchCloneInformation
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
'Declaração
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>
Parâmetros
- testPlanId
Tipo: Int32
Valor de retorno
Tipo: IList<CloneOperationInformation>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.