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