Colorizer Members
Include Protected Members
Include Inherited Members
This class implements the IVsColorizer interface and is used to support syntax highlighting in an editor.
The Colorizer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Colorizer | Initializes the Colorizer class. |
Top
Methods
Name | Description | |
---|---|---|
CloseColorizer | Called when the colorizer is disposed of. | |
ColorizeLine | Obtains color and font attribute information for each character in the specified line of text. | |
Dispose | Disposes the object. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Called when the object is about to be destroyed. (Overrides Object.Finalize().) | |
GetColorInfo | Returns the parsing state at the end of the line without returning any colorization information. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetLineInfo | Returns color information about the specified line. | |
GetStartState | Returns the initial parsing state. | |
GetStateAtEndOfLine | Returns the parsing state at the end of the specified line. | |
GetStateMaintenanceFlag | Called to determine if the colorizer requires per line state management. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Resume | Called to resume use of the colorizer. | |
Suspend | Called to suspend use of the colorizer. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Scanner | Returns the scanner being used. |
Top