MarkdownTextBlock.ICodeBlockResolver.ParseSyntax Method

Definition

Called when a Code Block is being rendered.

bool ICodeBlockResolver.ParseSyntax (Windows.UI.Xaml.Documents.InlineCollection inlineCollection, string text, string codeLanguage);
abstract member Microsoft.Toolkit.Uwp.UI.Controls.Markdown.Render.ICodeBlockResolver.ParseSyntax : Windows.UI.Xaml.Documents.InlineCollection * string * string -> bool
override this.Microsoft.Toolkit.Uwp.UI.Controls.Markdown.Render.ICodeBlockResolver.ParseSyntax : Windows.UI.Xaml.Documents.InlineCollection * string * string -> bool
Function ParseSyntax (inlineCollection As InlineCollection, text As String, codeLanguage As String) As Boolean Implements ICodeBlockResolver.ParseSyntax

Parameters

inlineCollection
Windows.UI.Xaml.Documents.InlineCollection
text
String
codeLanguage
String

Returns

Parsing was handled Successfully

Implements

Applies to