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
shellIShellGemini shell.
Methods
Run(Command)
Sets the selected project item as start up on the project.
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.