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

    Show / Hide Table of Contents

    CodeFixEventArgs Class

    Definition

    Namespace: Alternet.Syntax
    Assembly: Alternet.Syntax.v9.dll

    Provides data of the code fixes to be highlighted.

    Inheritance
    System.Object
    System.EventArgs
    CodeFixEventArgs
    Syntax
    public class CodeFixEventArgs : EventArgs

    Constructors

    CodeFixEventArgs(Point, ISyntaxError, IList<ICodeFix>)

    Initializes CodeFixEventArgs with specified references.

    Properties

    CodeFixes

    Gets or sets a list of ICodeFix objects that contains code fixes.

    Error

    Gets or sets a ISyntaxError associated with code fixes.

    Position

    Specifies position of the code fixes.

    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    In This Article
    Back to top Copyright AlterNET Software Download PDF