SemanticTokensDelta Class

Definition

Represents a response from a semantic tokens Document provider Edits request.

See the Language Server Protocol specification for additional information.

public ref class SemanticTokensDelta
[System.Runtime.Serialization.DataContract]
public class SemanticTokensDelta
[<System.Runtime.Serialization.DataContract>]
type SemanticTokensDelta = class
Public Class SemanticTokensDelta
Inheritance
SemanticTokensDelta
Attributes

Constructors

SemanticTokensDelta()

Properties

Edits

Gets or sets an array of edits to apply to a previous response from a semantic tokens Document provider.

ResultId

Gets or sets the Id for the client's new version after applying all edits to their current semantic tokens data.

Applies to