IColorizeText Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Defines services for colorizing text when JScript code is being authored in an editor.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
| Name | Description | |
|---|---|---|
![]() | Colorize(String^, SourceState) | This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, scans the specified source code for individual units of code and identifies the color that each should have. |
![]() | GetStateForText(String^, SourceState) | This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, scans the specified source code for individual units of code and identifies the state (normal, comment, string) of the specified code. |
Available since 1.1
