Compartir a través de


ITestList.RemoveTest (Método)

Quita la prueba especificada de la lista.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
Sub RemoveTest ( _
    test As ITestElement _
)
void RemoveTest(
    ITestElement test
)
void RemoveTest(
    ITestElement^ test
)
abstract RemoveTest : 
        test:ITestElement -> unit
function RemoveTest(
    test : ITestElement
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

ITestList Interfaz

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)

ITestList