Compartilhar via


Método ITestSuiteEntryCollection.Remove (ITestSuiteBase)

Remove a suíte de testes fornecidos da coleção.

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

Sintaxe

'Declaração
Function Remove ( _
    suite As ITestSuiteBase _
) As Boolean
bool Remove(
    ITestSuiteBase suite
)
bool Remove(
    ITestSuiteBase^ suite
)
abstract Remove : 
        suite:ITestSuiteBase -> bool 
function Remove(
    suite : ITestSuiteBase
) : 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

ITestSuiteBase