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

 

Removes an object 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 object to be removed.

Return to top
Show: