IEditorCommandHandlerServiceFactory Interface
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.
A factory producing IEditorCommandHandlerService used to execute commands in a given text view.
public interface class IEditorCommandHandlerServiceFactory
public interface IEditorCommandHandlerServiceFactory
type IEditorCommandHandlerServiceFactory = interface
Public Interface IEditorCommandHandlerServiceFactory
This is a MEF component and should be imported as
[Import] private IEditorCommandHandlerServiceFactory factory;
Get |
Creates a new IEditorCommandHandlerService instance for a given ITextView and ITextBuffer. |
Get |
Gets or creates an IEditorCommandHandlerService instance for a given ITextView. |