SourceState Enumeration
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Specifies the state of source code text. This class is used together with other classes that provide information to color JScript code in an editor.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
| Member name | Description | |
|---|---|---|
| STATE_COLOR_COMMENT | This API supports the product infrastructure and is not intended to be used directly from your code. Comment text. | |
| STATE_COLOR_NORMAL | This API supports the product infrastructure and is not intended to be used directly from your code. Normal text. | |
| STATE_COLOR_STRING | This API supports the product infrastructure and is not intended to be used directly from your code. String literal text. |
.NET Framework
Available since 1.1
Available since 1.1
Show: