API Reference

Enum

MarkdownNativeDiagnosticSeverity

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Severity for native markdown projection diagnostics.

Inheritance

  • Enum
  • MarkdownNativeDiagnosticSeverity

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const MarkdownNativeDiagnosticSeverity Info #

Informational diagnostic.

Value: 0
public const MarkdownNativeDiagnosticSeverity Warning #

Warning diagnostic.

Value: 1
public const MarkdownNativeDiagnosticSeverity Error #

Error diagnostic.

Value: 2