GlobalTypeCollection::IList::Remove Method (Object^)

 

Removes an item from the collection.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

private:
virtual void Remove(
	Object^ item
) sealed = IList::Remove

Parameters

item
Type: System::Object^

The item to be removed.

Return to top
Show: