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