LanguageService::GetColorizer Method

 

Returns a colorizer object.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

NameDescription
System_CAPS_pubmethodGetColorizer(IVsTextLines^)

Iinstantiates a Colorizer class.

System_CAPS_pubmethodGetColorizer(IVsTextLines^, IVsColorizer^)

Returns the colorizer associated with a Source object that contains the given IVsTextLines object.

A colorizer object is used to colorize the source file text. This is also known as syntax highlighting. A colorizer object works with a parser to isolate the language features and provide a color for each feature on a character by character basis.

Return to top
Show: