GlobalObject::PerformRemove Method ()
Visual Studio 2015
Clears the global object and notifies users of its removal.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
The PerformRemove method is called by the derived class to notify users that a global type is no longer available for use. The default implementation of PerformRemove performs the following actions:
Raises the Removing event.
Sets the object instance to a null value by calling the ClearInstance and ClearObjectType methods.
Raises the Removed event.
Show: