API Reference
Class
MarkdownNativeDefinitionListTermSnapshot
UI-safe snapshot of a definition-list term.
Inheritance
- Object
- MarkdownNativeDefinitionListTermSnapshot
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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Text { get; } #Plain text term content.
public String Markdown { get; } #Markdown term content.
public MarkdownNativeSourceSpanSnapshot SourceSpan { get; } #Source span snapshot when available.
public String SourceText { get; } #Normalized markdown text backing this definition-list term when available.
public String OriginalSourceText { get; } #Original reader input backing this definition-list term when available.
public Nullable<MarkdownOriginalSourceSliceFailureReason> OriginalSourceFailureReason { get; } #Reason original reader input could not be materialized for this term, when applicable.
public IReadOnlyList<MarkdownNativeInlineSnapshot> Inlines { get; } #Inline snapshots for the term.