Class SolutionCommandBase
Base implementation of the solution explorer command ISolutionCommand
Implements
Inherited Members
Namespace: CodeFactory.WinVs.Commands.SolutionExplorer
Assembly: CodeFactory.WinVs.dll
Syntax
public abstract class SolutionCommandBase : VsCommandBase<VsSolution>, IVsConfigurableCommand<VsSolution>, ISolutionCommand, IVsFactoryCommand<VsSolution>, IVsCommandInformation, ICommand<VsSolution>, ICommandBase<VsSolution>
  Constructors
SolutionCommandBase(ILogger, IVsActions, string, string)
Declaration
protected SolutionCommandBase(ILogger logger, IVsActions vsActions, string commandTitle, string commandDescription)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ILogger | logger | |
| IVsActions | vsActions | |
| string | commandTitle | |
| string | commandDescription |