Condividi tramite


Metodo ITestSuiteEntryCollection.Remove (ITestCase)

Rimuove il test case fornito dalla raccolta.

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

'Dichiarazione
Function Remove ( _
    testCase As ITestCase _
) As Boolean
bool Remove(
    ITestCase testCase
)
bool Remove(
    ITestCase^ testCase
)
abstract Remove : 
        testCase:ITestCase -> bool 
function Remove(
    testCase : ITestCase
) : boolean

Parametri

Valore restituito

Tipo: System.Boolean
true se l'oggetto è stato rimosso dalla raccolta; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestSuiteEntryCollection Interfaccia

Overload Remove

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client

ITestCase