TokenColor Enumeration
This API supports the product infrastructure and is not intended to be used directly from your code.
Specifies the colors that individual units of code should have when text is being colorized in an editor. The members of this enumeration are used by the Color property of ITokenColorInfo objects.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
| Member name | Description | |
|---|---|---|
| COLOR_COMMENT | This API supports the product infrastructure and is not intended to be used directly from your code. The color for a unit of code that represents a comment. | |
| COLOR_CONDITIONAL_COMP | This API supports the product infrastructure and is not intended to be used directly from your code. Not used. | |
| COLOR_IDENTIFIER | This API supports the product infrastructure and is not intended to be used directly from your code. The color for a unit of code that represents an identifier. | |
| COLOR_KEYWORD | This API supports the product infrastructure and is not intended to be used directly from your code. The color for a unit of code that represents a keyword. | |
| COLOR_NUMBER | This API supports the product infrastructure and is not intended to be used directly from your code. The color for a unit of code that represents a numeric literal. | |
| COLOR_OPERATOR | This API supports the product infrastructure and is not intended to be used directly from your code. The color for a unit of code that represents an operator. | |
| COLOR_STRING | This API supports the product infrastructure and is not intended to be used directly from your code. The color for a unit of code that represents a string literal. | |
| COLOR_TEXT | This API supports the product infrastructure and is not intended to be used directly from your code. The color for a unit of code that represents text. This is the default value. |
Available since 1.1