SourceState Enum

Definition

Anger tillståndet för källkodstexten. Den här klassen används tillsammans med andra klasser som ger information om att färglägga JScript-kod i en redigerare.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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
Arv
SourceState
Attribut

Fält

Name Värde Description
STATE_COLOR_NORMAL 0

Normal text.

STATE_COLOR_COMMENT 1

Kommentarstext.

STATE_COLOR_STRING 2

Strängliteral text.

Gäller för

Se även