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. |