CodeFactory for Windows CodeFactory for Windows
CodeFactory for Windows CodeFactory for Windows
CodeFactory

Search Results for

    Class SolutionLoadCommandBase

    Base implementation of the solution explorer command ISolutionLoadCommand

    Inheritance
    object
    VsEnviromentCommandBase<VsSolution>
    SolutionLoadCommandBase
    Implements
    ISolutionLoadCommand
    IVsEnvironmentCommand<VsSolution>
    IVsCommandInformation
    Inherited Members
    VsEnviromentCommandBase<VsSolution>._commandTitle
    VsEnviromentCommandBase<VsSolution>._commandDescription
    VsEnviromentCommandBase<VsSolution>._logger
    VsEnviromentCommandBase<VsSolution>.CommandTitle
    VsEnviromentCommandBase<VsSolution>.CommandDescription
    VsEnviromentCommandBase<VsSolution>.CommandType
    VsEnviromentCommandBase<VsSolution>.VisualStudioActions
    VsEnviromentCommandBase<VsSolution>.ExecuteCommandAsync(VsSolution)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    Implements

    ISolutionLoadCommand
    IVsEnvironmentCommand<TModel>
    IVsCommandInformation
    © CodeFactory, LLC. All rights reserved.