MarkdownTextBlock.ICodeBlockResolver.ParseSyntax Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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