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

Search Results for

    Class ProjectFolderCommandBase

    Base implementation of the solution explorer command IProjectFolderCommand

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

    Constructors

    ProjectFolderCommandBase(ILogger, IVsActions, string, string)

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

    Implements

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