Colorizer Constructor (LanguageService^, IVsTextLines^, IScanner^)
Visual Studio 2015
Initializes the Colorizer class.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
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.
Show: