다음을 통해 공유


CommandSetFactory(IServiceProvider) Constructor

Definition

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.

Applies to