Condividi tramite


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: Int32

    Identificatore del test case richiesto.

Valore restituito

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestCase
Oggetto ITestCase richiesto.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestCaseHelper Interfaccia

Overload Find

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client

ITestCase