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