SemanticTokensOptions.Range Property
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.
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