Source::GetColorizer Method ()

 

Gets the colorizer associated with this Source object.

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

public:
Colorizer^ GetColorizer()

Return Value

Type: Microsoft.VisualStudio.Package::Colorizer^

The Colorizer object that was passed to the Source class constructor.

The colorizer is used to provide support for syntax highlighting. This method allows other objects to access the same Colorizer object associated with this Source object.

Return to top
Show: