Colorizer Constructor (LanguageService^, IVsTextLines^, IScanner^)

 

Initializes the Colorizer class.

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

public:
Colorizer(
	LanguageService^ svc,
	IVsTextLines^ buffer,
	IScanner^ scanner
)

Parameters

svc
Type: Microsoft.VisualStudio.Package::LanguageService^

[in] The language service.

buffer
Type: Microsoft.VisualStudio.TextManager.Interop::IVsTextLines^

[in] The IVsTextLines object that serves as the buffer for the colorizer.

scanner
Type: Microsoft.VisualStudio.Package::IScanner^

[in] The IScanner object that handles all parsing operations associated with syntax highlighting.

The IScanner object is obtained from the GetScanner method.

Return to top
Show: