Class ViewToolboxCommandHandler
[CommandHandler]
public class ViewToolboxCommandHandler : CommandHandlerBase<ViewToolboxCommandDefinition>, ICommandHandler<ViewToolboxCommandDefinition>, ICommandHandler
- Inheritance
-
ViewToolboxCommandHandler
- Implements
- Inherited Members
Constructors
ViewToolboxCommandHandler(IShell)
[ImportingConstructor]
public ViewToolboxCommandHandler(IShell shell)
Parameters
shell
IShell
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.