CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Interface IVsFactoryCommand<TModel>

    Common implementation all code factory commands for visual studio must display.

    Inherited Members
    IVsCommandInformation.CommandTitle
    IVsCommandInformation.CommandDescription
    IVsCommandInformation.CommandType
    ICommand<TModel>.EnableCommandAsync(TModel)
    ICommand<TModel>.ExecuteCommandAsync(TModel)
    Namespace: CodeFactory.VisualStudio
    Assembly: CodeFactory.VisualStudio.dll
    Syntax
    public interface IVsFactoryCommand<TModel> : IVsCommandInformation, ICommand<TModel> where TModel : class
    Type Parameters
    Name Description
    TModel

    The target mode that will be returned by this code factory command.

    Properties

    | Improve this Doc View Source

    VisualStudioActions

    Global visual studio commands that can be accessed from this visual studio command.

    Declaration
    IVsActions VisualStudioActions { get; }
    Property Value
    Type Description
    IVsActions
    © CodeFactory, LLC. All rights reserved.