CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Class SolutionFolderCommandBase

    Base implementation of the solution explorer command ISolutionFolderCommand

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

    Constructors

    | Improve this Doc View Source

    SolutionFolderCommandBase(ILogger, IVsActions, string, string)

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

    Implements

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