SourceState Enum

Definition

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.

This API supports the product infrastructure and is not intended to be used directly from your code.

public enum class SourceState
[System.Runtime.InteropServices.ComVisible(true)]
public enum SourceState
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("BA731F6A-3D25-39AE-BE18-C2EF646AE58B")]
public enum SourceState
[<System.Runtime.InteropServices.ComVisible(true)>]
type SourceState = 
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("BA731F6A-3D25-39AE-BE18-C2EF646AE58B")>]
type SourceState = 
Public Enum SourceState
Inheritance
SourceState
Attributes

Fields

STATE_COLOR_COMMENT 1

Comment text.

STATE_COLOR_NORMAL 0

Normal text.

STATE_COLOR_STRING 2

String literal text.

Applies to

See also