Metodo ITestCaseHelper.Find (Int32)
Recupera un test case dal server utilizzando l'identificatore del test case specificato.
Spazio dei nomi: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintassi
'Dichiarazione
Function Find ( _
testCaseId As Integer _
) As ITestCase
ITestCase Find(
int testCaseId
)
ITestCase^ Find(
int testCaseId
)
abstract Find :
testCaseId:int -> ITestCase
function Find(
testCaseId : int
) : ITestCase
Parametri
testCaseId
Tipo: Int32Identificatore del test case richiesto.
Valore restituito
Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestCase
Oggetto ITestCase richiesto.
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