T3000 CrossPlatform Documentation
SyntaxHighlighterXMLSyntaxHighlight Method |
[This is preliminary documentation and is subject to change.]
Highlights XML code
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public virtual void XMLSyntaxHighlight( Range range )
Public Overridable Sub XMLSyntaxHighlight ( range As Range ) Dim instance As SyntaxHighlighter Dim range As Range instance.XMLSyntaxHighlight(range)
Parameters
- range
- Type: FastColoredTextBoxNSRange
[Missing <param name="range"/> documentation for "M:FastColoredTextBoxNS.SyntaxHighlighter.XMLSyntaxHighlight(FastColoredTextBoxNS.Range)"]
See Also