SemanticTokensOptions.Range Property

Definition

Gets or sets a value indicating whether semantic tokens Range provider requests are supported.

public:
 property Nullable<Microsoft::VisualStudio::LanguageServer::Protocol::SumType<bool, System::Object ^>> Range { Nullable<Microsoft::VisualStudio::LanguageServer::Protocol::SumType<bool, System::Object ^>> get(); void set(Nullable<Microsoft::VisualStudio::LanguageServer::Protocol::SumType<bool, System::Object ^>> value); };
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="range")]
public Microsoft.VisualStudio.LanguageServer.Protocol.SumType<bool,object>? Range { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="range")>]
member this.Range : Nullable<Microsoft.VisualStudio.LanguageServer.Protocol.SumType<bool, obj>> with get, set
Public Property Range As Nullable(Of SumType(Of Boolean, Object))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to