• HOME
  • PRODUCTS
  • DEMOS
  • DOWNLOAD
  • BUY
  • BLOG
  • FORUM
  • DOCUMENTATION
  • ABOUT
Search Results for

    Show / Hide Table of Contents

    CodeFixEventArgs Constructor

    CodeFixEventArgs(Point, ISyntaxError, IList<ICodeFix>)

    Initializes CodeFixEventArgs with specified references.

    Declaration
    public CodeFixEventArgs(Point position, ISyntaxError error, IList<ICodeFix> codeFixes)
    Parameters
    Type Name Description
    System.Drawing.Point position

    Current position.

    ISyntaxError error

    Syntax Error at current position.

    System.Collections.Generic.IList<ICodeFix> codeFixes

    Collection of code fixes for the given error.

    In This Article
    Back to top Copyright AlterNET Software Download PDF