SemanticTokensRangeParams 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 the semantic tokens Range request.
See the Language Server Protocol specification for additional information.
public ref class SemanticTokensRangeParams : Microsoft::VisualStudio::LanguageServer::Protocol::SemanticTokensParams
[System.Runtime.Serialization.DataContract]
public class SemanticTokensRangeParams : Microsoft.VisualStudio.LanguageServer.Protocol.SemanticTokensParams
[<System.Runtime.Serialization.DataContract>]
type SemanticTokensRangeParams = class
inherit SemanticTokensParams
Public Class SemanticTokensRangeParams
Inherits SemanticTokensParams
- Inheritance
- Attributes
Constructors
SemanticTokensRangeParams() |
Properties
PartialResultToken |
Gets or sets the value of the Progress instance. (Inherited from SemanticTokensParams) |
Range |
Gets or sets the range within the document to fetch semantic tokens for. |
TextDocument |
Gets or sets an identifier for the document to fetch semantic tokens from. (Inherited from SemanticTokensParams) |