API Reference

Class

MarkdownNativeDiagnosticSnapshot

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

UI-safe diagnostic snapshot.

Inheritance

  • Object
  • MarkdownNativeDiagnosticSnapshot

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

Properties

public String Id { get; } #

Diagnostic id.

public String Message { get; } #

Diagnostic message.

public MarkdownNativeDiagnosticSeverity Severity { get; } #

Diagnostic severity.

public MarkdownNativeSourceSpanSnapshot SourceSpan { get; } #

Source span snapshot when available.

public String BlockId { get; } #

Associated block id when available.