GlobalType::PerformRemove Method ()
Visual Studio 2015
Clears the global type and notifies users of its removal.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
The PerformRemove method should be called by derived classes to remove the current global type from use. The default implementation of PerformRemove performs the following actions:
Raises the Removing event.
Nulls the type by calling the ClearObjectType method.
Raises the Removed event.
Show: