Colorizer Methods
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | CloseColorizer() | Called when the colorizer is disposed of. |
![]() | ColorizeLine(Int32, Int32, IntPtr, Int32, array<UInt32>^) | Obtains color and font attribute information for each character in the specified line of text. |
![]() | Dispose() | Disposes the object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | Called when the object is about to be destroyed.(Overrides Object::Finalize().) |
![]() | GetColorInfo(String^, Int32, Int32) | Returns the parsing state at the end of the line without returning any colorization information. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLineInfo(IVsTextLines^, Int32, IVsTextColorState^) | Returns color information about the specified line. |
![]() | GetStartState(Int32) | Returns the initial parsing state. |
![]() | GetStateAtEndOfLine(Int32, Int32, IntPtr, Int32) | Returns the parsing state at the end of the specified line. |
![]() | GetStateMaintenanceFlag(Int32) | Called to determine if the colorizer requires per line state management. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Resume() | Called to resume use of the colorizer. |
![]() | Suspend() | Called to suspend use of the colorizer. |
![]() | ToString() | (Inherited from Object.) |

