SemanticTokensRangeParams Class

Definition

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
SemanticTokensRangeParams
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)

Applies to