SemanticTokensDelta Class
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.
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. |