GlobalObjectCollection::Remove Method (GlobalObject^)

 

Removes an object from the collection.

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

public:
void Remove(
	GlobalObject^ item
)

Parameters

item
Type: Microsoft.VisualStudio.Shell.Design::GlobalObject^

The object to be removed from the collection.

Return to top
Show: