CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Class SolutionDocumentCommandBase

    Base implementation of the solution explorer command ISolutionDocumentCommand

    Inheritance
    object
    VsCommandBase<VsDocument>
    SolutionDocumentCommandBase
    Implements
    ISolutionDocumentCommand
    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 SolutionDocumentCommandBase : VsCommandBase<VsDocument>, ISolutionDocumentCommand, IVsFactoryCommand<VsDocument>, IVsCommandInformation, ICommand<VsDocument>

    Constructors

    | Improve this Doc View Source

    SolutionDocumentCommandBase(ILogger, IVsActions, string, string)

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

    Implements

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