SemanticTokensRequestsFullSetting.Delta 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 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