Metodo ITestPlanHelper.Find
Spazio dei nomi: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintassi
'Dichiarazione
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
Parametri
- testPlanId
Tipo: Int32
Valore restituito
Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestPlan
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client