AvalonEdit
CreateHighlighter Method (textView, document)
NamespacesICSharpCode.AvalonEdit.HighlightingHighlightingColorizerCreateHighlighter(TextView, TextDocument)
Creates the IHighlighter instance for the specified text document.
Declaration Syntax
C#Visual BasicVisual C++
protected virtual IHighlighter CreateHighlighter(
	TextView textView,
	TextDocument document
)
Protected Overridable Function CreateHighlighter ( _
	textView As TextView, _
	document As TextDocument _
) As IHighlighter
protected:
virtual IHighlighter^ CreateHighlighter(
	TextView^ textView, 
	TextDocument^ document
)
Parameters
textView (TextView)
document (TextDocument)

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238