MenuCommandService(IServiceProvider) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the MenuCommandService class.
public:
MenuCommandService(IServiceProvider ^ serviceProvider);
public MenuCommandService (IServiceProvider serviceProvider);
public MenuCommandService (IServiceProvider? serviceProvider);
new System.ComponentModel.Design.MenuCommandService : IServiceProvider -> System.ComponentModel.Design.MenuCommandService
Public Sub New (serviceProvider As IServiceProvider)
Parameters
- serviceProvider
- IServiceProvider
The service provider that this service uses to obtain other services.
Remarks
If the service is being used with a designer, the serviceProvider
parameter should be the service provider for the designer, as is the case with DesignSurface.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.