Class ProjectCommandBase
Base implementation of the solution explorer command IProjectCommand
Inherited Members
Namespace: CodeFactory.VisualStudio.SolutionExplorer
Assembly: CodeFactory.VisualStudio.dll
Syntax
public abstract class ProjectCommandBase : VsCommandBase<VsProject>, IProjectCommand, IVsFactoryCommand<VsProject>, IVsCommandInformation, ICommand<VsProject>
Constructors
| Improve this Doc View SourceProjectCommandBase(ILogger, IVsActions, string, string)
Declaration
protected ProjectCommandBase(ILogger logger, IVsActions vsActions, string commandTitle, string commandDescription)
Parameters
| Type | Name | Description |
|---|---|---|
| ILogger | logger | |
| IVsActions | vsActions | |
| string | commandTitle | |
| string | commandDescription |