CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Class ProjectCommandBase

    Base implementation of the solution explorer command IProjectCommand

    Inheritance
    object
    VsCommandBase<VsProject>
    ProjectCommandBase
    Implements
    IProjectCommand
    IVsFactoryCommand<VsProject>
    IVsCommandInformation
    ICommand<VsProject>
    Inherited Members
    VsCommandBase<VsProject>._commandTitle
    VsCommandBase<VsProject>._commandDescription
    VsCommandBase<VsProject>._logger
    VsCommandBase<VsProject>.CommandTitle
    VsCommandBase<VsProject>.CommandDescription
    VsCommandBase<VsProject>.CommandType
    VsCommandBase<VsProject>.EnableCommandAsync(VsProject)
    VsCommandBase<VsProject>.ExecuteCommandAsync(VsProject)
    VsCommandBase<VsProject>.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 ProjectCommandBase : VsCommandBase<VsProject>, IProjectCommand, IVsFactoryCommand<VsProject>, IVsCommandInformation, ICommand<VsProject>

    Constructors

    | Improve this Doc View Source

    ProjectCommandBase(ILogger, IVsActions, string, string)

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

    Implements

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