SourceState Enumeration

 

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.

Namespace:   Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

[GuidAttribute("BA731F6A-3D25-39AE-BE18-C2EF646AE58B")]
[ComVisibleAttribute(true)]
public enum class SourceState

Member nameDescription
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
Return to top
Show: