Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EqtBaseCollection<T>::Remove Method (T)

 

Removes the provided item from the collection, if the item exists.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
virtual bool Remove(
	T item
)

Parameters

item
Type: T

An object of type T.

Return Value

Type: System::Boolean

true if the item was removed from the collection; otherwise, false.

Type Parameters

T

A Type that defines the objects in the collection.

Return to top
Show: