次の方法で共有


ServerCapabilities.SemanticTokensOptions Property

Definition

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

Applies to