SourceState 枚举

定义

指定源代码文本的状态。 此类与其他类一起使用,这些类提供在编辑器中为 JScript 代码着色的信息。

此 API 支持产品基础结构,不能在代码中直接使用。

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
继承
SourceState
属性

字段

名称 说明
STATE_COLOR_NORMAL 0

普通文本。

STATE_COLOR_COMMENT 1

批注文本。

STATE_COLOR_STRING 2

字符串文本。

适用于

另请参阅