CodeActionSetting.DataSupport Property

Definition

Gets or sets a value indicating whether code action supports the data property which is preserved between a textDocument/codeAction and a codeAction/resolve request.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to