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

bool Remove(
    ITestSuiteBase suite
)
bool Remove(
    ITestSuiteBase^ suite
)
abstract Remove : 
        suite:ITestSuiteBase -> bool
Function Remove (
    suite As ITestSuiteBase
) As Boolean

Parâmetros

Valor de retorno

Type: System.Boolean

trueSe o objeto foi removido da coleção; Caso contrário, false.

Consulte também

ITestSuiteBase
Remove Sobrecarga
Interface ITestSuiteEntryCollection
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo