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