CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Class ProjectDocumentCommandBase

    Base implementation of the solution explorer command IProjectDocumentCommand

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

    Constructors

    | Improve this Doc View Source

    ProjectDocumentCommandBase(ILogger, IVsActions, string, string)

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

    Implements

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