次の方法で共有


SemanticTokensRequestsFullSetting.Delta Property

Definition

Gets or sets a value indicating whether the client will send the textDocument/semanticTokens/full/delta request if the server provides a corresponding handler.

public:
 property bool Delta { bool get(); void set(bool value); };
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="range")]
public bool Delta { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="range")>]
member this.Delta : bool with get, set
Public Property Delta As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to