CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Class SolutionCommandBase

    Base implementation of the solution explorer command ISolutionCommand

    Inheritance
    object
    VsCommandBase<VsSolution>
    SolutionCommandBase
    Implements
    ISolutionCommand
    IVsFactoryCommand<VsSolution>
    IVsCommandInformation
    ICommand<VsSolution>
    Inherited Members
    VsCommandBase<VsSolution>._commandTitle
    VsCommandBase<VsSolution>._commandDescription
    VsCommandBase<VsSolution>._logger
    VsCommandBase<VsSolution>.CommandTitle
    VsCommandBase<VsSolution>.CommandDescription
    VsCommandBase<VsSolution>.CommandType
    VsCommandBase<VsSolution>.EnableCommandAsync(VsSolution)
    VsCommandBase<VsSolution>.ExecuteCommandAsync(VsSolution)
    VsCommandBase<VsSolution>.VisualStudioActions
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: CodeFactory.VisualStudio.SolutionExplorer
    Assembly: CodeFactory.VisualStudio.dll
    Syntax
    public abstract class SolutionCommandBase : VsCommandBase<VsSolution>, ISolutionCommand, IVsFactoryCommand<VsSolution>, IVsCommandInformation, ICommand<VsSolution>

    Constructors

    | Improve this Doc View Source

    SolutionCommandBase(ILogger, IVsActions, string, string)

    Declaration
    protected SolutionCommandBase(ILogger logger, IVsActions vsActions, string commandTitle, string commandDescription)
    Parameters
    Type Name Description
    ILogger logger
    IVsActions vsActions
    string commandTitle
    string commandDescription

    Implements

    ISolutionCommand
    IVsFactoryCommand<TModel>
    IVsCommandInformation
    ICommand<TModel>
    © CodeFactory, LLC. All rights reserved.