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

Search Results for

    Class SolutionFolderCommandBase

    Base implementation of the solution explorer command ISolutionFolderCommand

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

    Constructors

    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

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