Source.GetColorizer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the colorizer associated with this Source object.
public:
Microsoft::VisualStudio::Package::Colorizer ^ GetColorizer();
public Microsoft.VisualStudio.Package.Colorizer GetColorizer ();
member this.GetColorizer : unit -> Microsoft.VisualStudio.Package.Colorizer
Public Function GetColorizer () As Colorizer
Returns
The Colorizer object that was passed to the Source class constructor.
Remarks
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.