ServerCapabilities.SemanticTokensOptions 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 the value which indicates if semantic tokens is supported.
public:
property Microsoft::VisualStudio::LanguageServer::Protocol::SemanticTokensOptions ^ SemanticTokensOptions { Microsoft::VisualStudio::LanguageServer::Protocol::SemanticTokensOptions ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::SemanticTokensOptions ^ value); };
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="semanticTokensProvider")]
public Microsoft.VisualStudio.LanguageServer.Protocol.SemanticTokensOptions? SemanticTokensOptions { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="semanticTokensProvider")>]
member this.SemanticTokensOptions : Microsoft.VisualStudio.LanguageServer.Protocol.SemanticTokensOptions with get, set
Public Property SemanticTokensOptions As SemanticTokensOptions
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute