Class ProjectCommandBase
Base implementation of the solution explorer command IProjectCommand
Implements
Inherited Members
Namespace: CodeFactory.WinVs.Commands.SolutionExplorer
Assembly: CodeFactory.WinVs.dll
Syntax
public abstract class ProjectCommandBase : VsCommandBase<VsProject>, IVsConfigurableCommand<VsProject>, IProjectCommand, IVsFactoryCommand<VsProject>, IVsCommandInformation, ICommand<VsProject>, ICommandBase<VsProject>
Constructors
ProjectCommandBase(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 |