Source.GetColorizer Method

Definition

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.

Applies to