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

Search Results for

    Class SolutionDocumentCommandBase

    Base implementation of the solution explorer command ISolutionDocumentCommand

    Inheritance
    object
    VsCommandBase<VsDocument>
    SolutionDocumentCommandBase
    Implements
    IVsConfigurableCommand<VsDocument>
    ISolutionDocumentCommand
    IVsFactoryCommand<VsDocument>
    IVsCommandInformation
    ICommand<VsDocument>
    ICommandBase<VsDocument>
    Inherited Members
    VsCommandBase<VsDocument>._commandTitle
    VsCommandBase<VsDocument>._commandDescription
    VsCommandBase<VsDocument>._logger
    VsCommandBase<VsDocument>.LoadExternalConfigDefinition()
    VsCommandBase<VsDocument>.CommandTitle
    VsCommandBase<VsDocument>.CommandDescription
    VsCommandBase<VsDocument>.CommandType
    VsCommandBase<VsDocument>.EnableCommandAsync(VsDocument)
    VsCommandBase<VsDocument>.ExecuteCommandAsync(VsDocument)
    VsCommandBase<VsDocument>.VisualStudioActions
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: CodeFactory.WinVs.Commands.SolutionExplorer
    Assembly: CodeFactory.WinVs.dll
    Syntax
    public abstract class SolutionDocumentCommandBase : VsCommandBase<VsDocument>, IVsConfigurableCommand<VsDocument>, ISolutionDocumentCommand, IVsFactoryCommand<VsDocument>, IVsCommandInformation, ICommand<VsDocument>, ICommandBase<VsDocument>

    Constructors

    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

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