This documentation is archived and is not being maintained.

BaseTuip::DeleteAllTestsFromList Method

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.

Return Value

Type: System::Boolean
true if all tests were successfully deleted; otherwise, false.

Show: