This documentation is archived and is not being maintained.
BaseTuip::DeleteAllTestsFromList Method
Visual Studio 2012
When overridden in a derived class, removes all tests from the provided list that match the provided filter Type.
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
protected: bool DeleteAllTestsFromList( IList^ items, Type^ testTypeFilter, [OutAttribute] String^% message )
Parameters
- items
- Type: System.Collections::IList
A list of test items.
- testTypeFilter
- Type: System::Type
The Type for the tests.
- message
- Type: System::String%
The message to display after the tests have been deleted.
- 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.
Show: