Class ProjectFolderCommandBase
Base implementation of the solution explorer command IProjectFolderCommand
Implements
Inherited Members
Namespace: CodeFactory.VisualStudio.SolutionExplorer
Assembly: CodeFactory.VisualStudio.dll
Syntax
public abstract class ProjectFolderCommandBase : VsCommandBase<VsProjectFolder>, IProjectFolderCommand, IVsFactoryCommand<VsProjectFolder>, IVsCommandInformation, ICommand<VsProjectFolder>
Constructors
| Improve this Doc View SourceProjectFolderCommandBase(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 |