Partilhar via


Método ITestList.RemoveTest

Remove o teste especificado da lista.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
Sub RemoveTest ( _
    test As ITestElement _
)
void RemoveTest(
    ITestElement test
)
void RemoveTest(
    ITestElement^ test
)
abstract RemoveTest : 
        test:ITestElement -> unit 
function RemoveTest(
    test : ITestElement
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

ITestList Interface

Namespace Microsoft.VisualStudio.TestTools.Common

ITestList