Class SolutionLoadCommandBase
Base implementation of the solution explorer command ISolutionLoadCommand
Inherited Members
Namespace: CodeFactory.WinVs.Commands.IDE
Assembly: CodeFactory.WinVs.dll
Syntax
public abstract class SolutionLoadCommandBase : VsEnviromentCommandBase<VsSolution>, ISolutionLoadCommand, IVsEnvironmentCommand<VsSolution>, IVsCommandInformation
Constructors
SolutionLoadCommandBase(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 |