SemanticTokensDeltaPartialResult 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 SemanticTokensDeltaPartialResult
[System.Runtime.Serialization.DataContract]
public class SemanticTokensDeltaPartialResult
[<System.Runtime.Serialization.DataContract>]
type SemanticTokensDeltaPartialResult = class
Public Class SemanticTokensDeltaPartialResult
- Inheritance
-
SemanticTokensDeltaPartialResult
- Attributes
Constructors
SemanticTokensDeltaPartialResult() |
Properties
Edits |
Gets or sets an array of edits to apply to a previous response from a semantic tokens Document provider. |