GlobalType::PerformChange Method ()
Visual Studio 2015
Reinitializes the global type and notifies users to changes to its shape.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
The PerformChange method should be called by derived classes when modifications, such as additions or deletions, are made to the members of the global type.
The default implementation of PerformChange performs the following actions:
Raises the Changing event.
Nulls the object instance by calling the ClearObjectType method.
Raises the Changed event.
Show: