Compartilhar via


Método ITestSuiteEntryCollection.Remove (ITestCase)

Remove o caso de teste fornecido da coleção.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: System.Boolean
true Se o objeto foi removido da coleção; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

ITestSuiteEntryCollection Interface

Sobrecargas Remove

Namespace Microsoft.TeamFoundation.TestManagement.Client

ITestCase