Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Include Protected Members
Include Inherited Members
Returns a colorizer object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
| Name | Description | |
|---|---|---|
![]() |
GetColorizer(IVsTextLines) | Iinstantiates a Colorizer class. |
![]() |
GetColorizer(IVsTextLines, IVsColorizer%) | Returns the colorizer associated with a Source object that contains the given IVsTextLines object. |
Top
Remarks
A colorizer object is used to colorize the source file text. This is also known as syntax highlighting. A colorizer object works with a parser to isolate the language features and provide a color for each feature on a character by character basis.
.gif)