SemanticTokensDeltaParams 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.
Parameters for a request for Edits that can be applied to a previous response from a semantic tokens Document provider.
See the Language Server Protocol specification for additional information.
public ref class SemanticTokensDeltaParams : Microsoft::VisualStudio::LanguageServer::Protocol::IPartialResultParams<Microsoft::VisualStudio::LanguageServer::Protocol::SemanticTokensDeltaPartialResult ^>
[System.Runtime.Serialization.DataContract]
public class SemanticTokensDeltaParams : Microsoft.VisualStudio.LanguageServer.Protocol.IPartialResultParams<Microsoft.VisualStudio.LanguageServer.Protocol.SemanticTokensDeltaPartialResult>
[<System.Runtime.Serialization.DataContract>]
type SemanticTokensDeltaParams = class
interface IPartialResultParams<SemanticTokensDeltaPartialResult>
Public Class SemanticTokensDeltaParams
Implements IPartialResultParams(Of SemanticTokensDeltaPartialResult)
- Inheritance
-
SemanticTokensDeltaParams
- Attributes
- Implements
Constructors
SemanticTokensDeltaParams() |
Properties
PartialResultToken |
Gets or sets the value of the Progress instance. |
PreviousResultId |
Gets or sets a property indicating the version of the semantic tokens Document provider response that the edits will be applied to. |
TextDocument |
Gets or sets an identifier for the document to fetch semantic tokens from. |