Udostępnij za pośrednictwem


Metoda ITestList.RemoveTest —

Usuwa określony test z listy.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Common
Zestaw:  Microsoft.VisualStudio.QualityTools.Common (w Microsoft.VisualStudio.QualityTools.Common.dll)

Składnia

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

Parametry

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ITestList Interfejs

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common

ITestList