Removes the specified test from the list.
Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Sub RemoveTest ( _
    test As ITestElement _
)
void RemoveTest(
    ITestElement test
)
void RemoveTest(
    ITestElement^ test
)
abstract RemoveTest : 
        test:ITestElement -> unit
function RemoveTest(
    test : ITestElement
)
Parameters
- test 
 Type: Microsoft.VisualStudio.TestTools.Common.ITestElement- The ITestList object to remove from the list. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.