SourceState Enum

Definitie

Hiermee geeft u de status van broncodetekst. Deze klasse wordt samen met andere klassen gebruikt die informatie bieden voor het kleuren van JScript-code in een editor.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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
Overname
SourceState
Kenmerken

Velden

Name Waarde Description
STATE_COLOR_NORMAL 0

Normale tekst.

STATE_COLOR_COMMENT 1

Opmerkingstekst.

STATE_COLOR_STRING 2

Letterlijke tekenreekstekst.

Van toepassing op

Zie ook