Método ITestPlanHelper.Find
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
'Declaração
Function Find ( _
testPlanId As Integer _
) As ITestPlan
ITestPlan Find(
int testPlanId
)
ITestPlan^ Find(
int testPlanId
)
abstract Find :
testPlanId:int -> ITestPlan
function Find(
testPlanId : int
) : ITestPlan
Parâmetros
- testPlanId
Tipo: Int32
Valor de retorno
Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestPlan
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.