CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Class ProjectFolderCommandBase

    Base implementation of the solution explorer command IProjectFolderCommand

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

    Constructors

    | Improve this Doc View Source

    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

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