API Reference
Class
MarkdownNativeDiagnostic
Diagnostic emitted while building the native markdown projection.
Inheritance
- Object
- MarkdownNativeDiagnostic
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property MarkdownNativeDocument.Diagnostics
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Id { get; } #Stable diagnostic identifier.
public String Message { get; } #Human-readable diagnostic message.
public MarkdownNativeDiagnosticSeverity Severity { get; } #Diagnostic severity.
public Nullable<MarkdownSourceSpan> SourceSpan { get; } #Source span associated with the diagnostic when available.
public MarkdownNativeBlock Block { get; } #Native block associated with the diagnostic when available.