Click or drag to resize

IScriptViewSetCompilerErrors Method

Sets the compiler errors. Tuple.Item1: line, Tuple.Item2=column, Tuple.Item3: severity level, Tuple.Item4: severity string, Tuple.Item5: message

Namespace: Altaxo.Gui.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void SetCompilerErrors(
	IEnumerable<ICompilerDiagnostic> errors
)

Parameters

errors  IEnumerableICompilerDiagnostic
The errors.
See Also