Constructor CodeActionEventArgs
CodeActionEventArgs(Point, Point, Point, ISyntaxError, bool, bool)
Initializes CodeFixEventArgs with specified references.
public CodeActionEventArgs(Point position, Point startPosition, Point endPosition, ISyntaxError error, bool hasCodeFixes, bool hasCodeRefactors)
Parameters
positionPointCurrent position.
startPositionPointTextRange start position.
endPositionPointTextRange end position.
errorISyntaxErrorSyntax Error at current position.
hasCodeFixesboolindiciates if code fixes are available for the given error.
hasCodeRefactorsbool
CodeActionEventArgs(Point, ISyntaxError, bool, bool)
Initializes CodeFixEventArgs with specified references.
public CodeActionEventArgs(Point position, ISyntaxError error, bool hasCodeFixes, bool hasCodeRefactors)
Parameters
positionPointCurrent position.
errorISyntaxErrorSyntax Error at current position.
hasCodeFixesboolindiciates if code fixes are available for the given error.
hasCodeRefactorsbool