Class SolutionLoadCommandBase
Base implementation of the solution explorer command ISolutionLoadCommand
Inherited Members
Namespace: CodeFactory.VisualStudio.IDE
Assembly: CodeFactory.VisualStudio.dll
Syntax
public abstract class SolutionLoadCommandBase : VsEnviromentCommandBase<VsSolution>, ISolutionLoadCommand, IVsEnvironmentCommand<VsSolution>, IVsCommandInformation
Constructors
| Improve this Doc View SourceSolutionLoadCommandBase(ILogger, IVsActions, string, string)
Declaration
protected SolutionLoadCommandBase(ILogger logger, IVsActions vsActions, string commandTitle, string commandDescription)
Parameters
Type | Name | Description |
---|---|---|
ILogger | logger | |
IVsActions | vsActions | |
string | commandTitle | |
string | commandDescription |