Class OpenFileCommandHandler
[CommandHandler]
public class OpenFileCommandHandler : CommandHandlerBase<OpenFileCommandDefinition>, ICommandHandler<OpenFileCommandDefinition>, ICommandHandler
- Inheritance
-
OpenFileCommandHandler
- Implements
- Inherited Members
Constructors
OpenFileCommandHandler(IShell, IEditorProvider[])
[ImportingConstructor]
public OpenFileCommandHandler(IShell shell, IEditorProvider[] editorProviders)
Parameters
shell
IShelleditorProviders
IEditorProvider[]
Methods
Run(Command)
Runs the command.
public override Task Run(Command command)
Parameters
command
CommandAssociated command.
Returns
- Task
A task that represents the command execution.