T3000 CrossPlatform Documentation
SyntaxHighlighterHighlightSyntax Method (SyntaxDescriptor, Range) |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:FastColoredTextBoxNS.SyntaxHighlighter.HighlightSyntax(FastColoredTextBoxNS.SyntaxDescriptor,FastColoredTextBoxNS.Range)"]
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public void HighlightSyntax( SyntaxDescriptor desc, Range range )
Public Sub HighlightSyntax ( desc As SyntaxDescriptor, range As Range ) Dim instance As SyntaxHighlighter Dim desc As SyntaxDescriptor Dim range As Range instance.HighlightSyntax(desc, range)
Parameters
- desc
- Type: FastColoredTextBoxNSSyntaxDescriptor
[Missing <param name="desc"/> documentation for "M:FastColoredTextBoxNS.SyntaxHighlighter.HighlightSyntax(FastColoredTextBoxNS.SyntaxDescriptor,FastColoredTextBoxNS.Range)"]
- range
- Type: FastColoredTextBoxNSRange
[Missing <param name="range"/> documentation for "M:FastColoredTextBoxNS.SyntaxHighlighter.HighlightSyntax(FastColoredTextBoxNS.SyntaxDescriptor,FastColoredTextBoxNS.Range)"]
See Also