Creates the highlighting colorizer for the specified highlighting definition.
Allows derived classes to provide custom colorizer implementations for special highlighting definitions.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected virtual IVisualLineTransformer CreateColorizer( IHighlightingDefinition highlightingDefinition )
Protected Overridable Function CreateColorizer ( _ highlightingDefinition As IHighlightingDefinition _ ) As IVisualLineTransformer
protected: virtual IVisualLineTransformer^ CreateColorizer( IHighlightingDefinition^ highlightingDefinition )
Parameters
- highlightingDefinition (IHighlightingDefinition)
Return Value
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238