API Reference
Struct
MarkdownInlineParseResult
Result returned by a custom inline parser when it recognizes a token at the current input position.
Inheritance
- ValueType
- MarkdownInlineParseResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method MarkdownInlineParser.BeginInvoke
- Method MarkdownInlineParser.EndInvoke
- Method MarkdownInlineParser.Invoke
Constructors
public MarkdownInlineParseResult(IMarkdownInline inline, Int32 consumedLength) #Creates an inline parse result.
Parameters
- inline OfficeIMO.Markdown.IMarkdownInline
- Inline node produced by the extension.
- consumedLength System.Int32
- Number of source characters consumed by the extension.