次の方法で共有


SemanticTokensFullOptions.Delta Property

Definition

Gets or sets a value indicating whether the server supports deltas for full documents..

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to