Class ViewInFileExplorerCommandHandler
Command handler for the AddProjectItemCommandDefinition.
[CommandHandler]
public class ViewInFileExplorerCommandHandler : CommandHandlerBase<ViewInFileExplorerCommandDefinition>, ICommandHandler<ViewInFileExplorerCommandDefinition>, ICommandHandler
- Inheritance
-
ViewInFileExplorerCommandHandler
- Implements
- Inherited Members
Constructors
ViewInFileExplorerCommandHandler(IShell)
Initializes a new instance of the ViewInFileExplorerCommandHandler class.
[ImportingConstructor]
public ViewInFileExplorerCommandHandler(IShell shell)
Parameters
shellIShellGemini shell.
Methods
Run(Command)
Opens the directory name of the item in the file explorer.
public override Task Run(Command command)
Parameters
commandCommandThe executing command.
Returns
- Task
The running task.
Update(Command)
Updates the command.
public override void Update(Command command)
Parameters
commandCommandThe executing command.