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