CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Class CSharpSourceCommandBase

    Base implementation of the solution explorer command ICSharpSourceCommand

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

    Constructors

    | Improve this Doc View Source

    CSharpSourceCommandBase(ILogger, IVsActions, string, string)

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

    Implements

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