Class SetStartUpProjectItemCommandHandler
Command handler for the SetStartUpProjectItemCommandHandler.
[CommandHandler]
public class SetStartUpProjectItemCommandHandler : ScriptCommandHandlerBase<SetStartUpProjectItemCommandDefinition>, ICommandHandler<SetStartUpProjectItemCommandDefinition>, ICommandHandler
- Inheritance
-
SetStartUpProjectItemCommandHandler
- Implements
- Inherited Members
Constructors
SetStartUpProjectItemCommandHandler(IShell)
Initializes a new instance of the SetStartUpProjectItemCommandHandler class.
[ImportingConstructor]
public SetStartUpProjectItemCommandHandler(IShell shell)
Parameters
shell
IShellGemini shell.
Methods
Run(Command)
Sets the selected project item as start up on the project.
public override Task Run(Command command)
Parameters
command
CommandThe executing command.
Returns
- Task
The running task.
Update(Command)
Updates the command.
public override void Update(Command command)
Parameters
command
CommandThe executing command.