API Reference
Class
MarkdownNativeBlockSourceField
Source-backed token or payload field owned by a native markdown block.
Inheritance
- Object
- MarkdownNativeBlockSourceField
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
- Method MarkdownNativeBlock.EnumerateSourceFields
- Method MarkdownNativeBlock.EnumerateSourceFields
- Method MarkdownNativeBlock.FindSourceField
- Method MarkdownNativeCalloutBlock.EnumerateSourceFields
- Method MarkdownNativeCalloutBlock.FindSourceField
- Method MarkdownNativeCodeBlock.EnumerateSourceFields
- Method MarkdownNativeCodeBlock.FindSourceField
- Method MarkdownNativeCustomContainerBlock.EnumerateSourceFields
- Method MarkdownNativeCustomContainerBlock.FindSourceField
- Method MarkdownNativeDefinitionListBlock.EnumerateSourceFields
- Method MarkdownNativeDefinitionListBlock.FindSourceField
- Method MarkdownNativeDetailsBlock.EnumerateSourceFields
- Method MarkdownNativeDetailsBlock.FindSourceField
- Method MarkdownNativeDocument.EnumerateBlockSourceFields
- Method MarkdownNativeDocument.EnumerateBlockSourceFields
- Method MarkdownNativeDocument.FindBlockSourceFieldAtPosition
- Method MarkdownNativeFootnoteDefinitionBlock.EnumerateSourceFields
- Method MarkdownNativeFootnoteDefinitionBlock.FindSourceField
- Method MarkdownNativeFrontMatterBlock.EnumerateSourceFields
- Method MarkdownNativeFrontMatterBlock.FindSourceField
- Method MarkdownNativeHeadingBlock.EnumerateSourceFields
- Method MarkdownNativeHeadingBlock.FindSourceField
- Method MarkdownNativeHtmlBlock.EnumerateSourceFields
- Method MarkdownNativeHtmlBlock.FindSourceField
- Method MarkdownNativeImageBlock.EnumerateSourceFields
- Method MarkdownNativeImageBlock.FindSourceField
- Method MarkdownNativeListBlock.EnumerateSourceFields
- Method MarkdownNativeListBlock.FindSourceField
- Method MarkdownNativeOtherBlock.EnumerateSourceFields
- Method MarkdownNativeOtherBlock.FindSourceField
- Method MarkdownNativeParagraphBlock.EnumerateSourceFields
- Method MarkdownNativeParagraphBlock.FindSourceField
- Method MarkdownNativeQuoteBlock.EnumerateSourceFields
- Method MarkdownNativeQuoteBlock.FindSourceField
- Method MarkdownNativeTableBlock.EnumerateSourceFields
- Method MarkdownNativeTableBlock.FindSourceField
- Method MarkdownNativeThematicBreakBlock.EnumerateSourceFields
- Method MarkdownNativeThematicBreakBlock.FindSourceField
- Method MarkdownNativeVisualBlock.EnumerateSourceFields
- Method MarkdownNativeVisualBlock.FindSourceField
Accepted by parameters
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; } #Stable field name such as level, infoString, or calloutKind.
public String Value { get; } #Semantic value represented by the field when one is available.
public MarkdownSourceSpan SourceSpan { get; } #Source span for this field in the normalized markdown source.
public MarkdownNativeBlock Block { get; } #Native block that owns this source field.
public Int32 Index { get; } #Zero-based occurrence index for repeated fields, or -1 for singular fields.