GlobalObjectCollection.Remove(GlobalObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.