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_COMMENT 1

コメント テキストです。

STATE_COLOR_NORMAL 0

標準テキスト。

STATE_COLOR_STRING 2

リテラル文字列のテキストです。

適用対象

こちらもご覧ください