SemanticTokenFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Relative | 0 | Tokens are described using relative positions. |