DesignerWindowPane::AddDefaultServices Method ()
Visual Studio 2015
Adds the default services the window pane provides.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
This method is called to initialize the services that the window pane wants to add to the service container. The default services are represented by the ISelectionContainer and IHelpService interfaces.
If you do not want the designer window pane to add its own services, or would like to add or change the default services that are provided, you may override this method.
Show: