GlobalObjectCollection.Remove(GlobalObject) Method

Definition

Removes an object from the collection.

public:
 void Remove(Microsoft::VisualStudio::Shell::Design::GlobalObject ^ item);
public void Remove (Microsoft.VisualStudio.Shell.Design.GlobalObject item);
member this.Remove : Microsoft.VisualStudio.Shell.Design.GlobalObject -> unit
Public Sub Remove (item As GlobalObject)

Parameters

item
GlobalObject

The object to be removed from the collection.

Applies to