Click or drag to resize

ICompilerDiagnostic Properties

The ICompilerDiagnostic type exposes the following members.

Properties
 NameDescription
Public propertyColumn Gets the text column number, or null if this not applies.
Public propertyLine Gets the text line number, or null if this not applies.
Public propertyMessageText Gets the message text.
Public propertySeverity Gets the severity level (0: Hidden, 1: Info, 2: Warning, 3: Error).
Public propertySeverityText Gets the severity text, e.g. Hidden, Info, Warning, Error.
Top
See Also