CodeFactory for Windows CodeFactory for Windows
CodeFactory for Windows CodeFactory for Windows
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)
    ICommandBase<TModel>.ExecuteCommandAsync(TModel)
    Namespace: CodeFactory.WinVs.Commands
    Assembly: CodeFactory.WinVs.dll
    Syntax
    public interface IVsFactoryCommand<TModel> : IVsCommandInformation, ICommand<TModel>, ICommandBase<TModel> where TModel : class
    Type Parameters
    Name Description
    TModel

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

    Properties

    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.