Share via


SemanticTokenFormat Enum

Definition

The format used to describe semantic tokens.

See the Language Server Protocol specification for additional information.

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
Inheritance
SemanticTokenFormat
Attributes
Newtonsoft.Json.JsonConverterAttribute DataContractAttribute

Fields

Relative 0

Tokens are described using relative positions.

Applies to