Compartir a través de


SemanticTokensLegend Class

Definition

Legend used to encode semantic token types in Data.

See the Language Server Protocol specification for additional information.

public ref class SemanticTokensLegend
public class SemanticTokensLegend
type SemanticTokensLegend = class
Public Class SemanticTokensLegend
Inheritance
SemanticTokensLegend

Constructors

Name Description
SemanticTokensLegend()

Properties

Name Description
TokenModifiers

Gets or sets an array of token modfiers that can be encoded in semantic tokens responses.

TokenTypes

Gets or sets an array of token types that can be encoded in semantic tokens responses.

Applies to