SemanticTokensParams 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 semantic tokens full Document request.
See the Language Server Protocol specification for additional information.
public ref class SemanticTokensParams : Microsoft::VisualStudio::LanguageServer::Protocol::IPartialResultParams<Microsoft::VisualStudio::LanguageServer::Protocol::SemanticTokensPartialResult ^>
[System.Runtime.Serialization.DataContract]
public class SemanticTokensParams : Microsoft.VisualStudio.LanguageServer.Protocol.IPartialResultParams<Microsoft.VisualStudio.LanguageServer.Protocol.SemanticTokensPartialResult>
[<System.Runtime.Serialization.DataContract>]
type SemanticTokensParams = class
interface IPartialResultParams<SemanticTokensPartialResult>
Public Class SemanticTokensParams
Implements IPartialResultParams(Of SemanticTokensPartialResult)
- Inheritance
-
SemanticTokensParams
- Derived
- Attributes
- Implements
Constructors
SemanticTokensParams() |
Properties
PartialResultToken |
Gets or sets the value of the Progress instance. |
TextDocument |
Gets or sets an identifier for the document to fetch semantic tokens from. |