Freigeben über


SemanticTokenFormat Enumeration

Definition

Das Format, das zum Beschreiben von semantischen Token verwendet wird.

Weitere Informationen finden Sie in der Spezifikation des Language Server-Protokolls .

public enum class SemanticTokenFormat
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[System.Runtime.Serialization.DataContract]
public enum SemanticTokenFormat
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
[<System.Runtime.Serialization.DataContract>]
type SemanticTokenFormat = 
Public Enum SemanticTokenFormat
Vererbung
SemanticTokenFormat
Attribute
Newtonsoft.Json.JsonConverterAttribute DataContractAttribute

Felder

Name Wert Beschreibung
Relative 0

Token werden mithilfe relativer Positionen beschrieben.

Gilt für: