CommandSetFactory(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 CommandSetFactory class.
public CommandSetFactory (IServiceProvider serviceProvider);
new Microsoft.VisualStudio.Extensibility.Commands.CommandSetFactory : IServiceProvider -> Microsoft.VisualStudio.Extensibility.Commands.CommandSetFactory
Public Sub New (serviceProvider As IServiceProvider)
Parameters
- serviceProvider
- IServiceProvider
Local service provider for extension host services.