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

Search Results for

    Class ProjectCommandBase

    Base implementation of the solution explorer command IProjectCommand

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

    Constructors

    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

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