다음을 통해 공유


DesignerWindowPane.AddDefaultServices Method

Adds the default services the window pane provides.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

‘선언
Protected Overridable Sub AddDefaultServices
protected virtual void AddDefaultServices()

Remarks

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.

.NET Framework Security

See Also

Reference

DesignerWindowPane Class

Microsoft.VisualStudio.Shell.Design Namespace