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

Search Results for

    Class SolutionCommandBase

    Base implementation of the solution explorer command ISolutionCommand

    Inheritance
    object
    VsCommandBase<VsSolution>
    SolutionCommandBase
    Implements
    IVsConfigurableCommand<VsSolution>
    ISolutionCommand
    IVsFactoryCommand<VsSolution>
    IVsCommandInformation
    ICommand<VsSolution>
    ICommandBase<VsSolution>
    Inherited Members
    VsCommandBase<VsSolution>._commandTitle
    VsCommandBase<VsSolution>._commandDescription
    VsCommandBase<VsSolution>._logger
    VsCommandBase<VsSolution>.LoadExternalConfigDefinition()
    VsCommandBase<VsSolution>.CommandTitle
    VsCommandBase<VsSolution>.CommandDescription
    VsCommandBase<VsSolution>.CommandType
    VsCommandBase<VsSolution>.EnableCommandAsync(VsSolution)
    VsCommandBase<VsSolution>.ExecuteCommandAsync(VsSolution)
    VsCommandBase<VsSolution>.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 SolutionCommandBase : VsCommandBase<VsSolution>, IVsConfigurableCommand<VsSolution>, ISolutionCommand, IVsFactoryCommand<VsSolution>, IVsCommandInformation, ICommand<VsSolution>, ICommandBase<VsSolution>

    Constructors

    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

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