CodeActionSetting.CodeActionLiteralSupport Property

Definition

Gets or sets a value indicating the client supports code action literals.

public:
 property Microsoft::VisualStudio::LanguageServer::Protocol::CodeActionLiteralSetting ^ CodeActionLiteralSupport { Microsoft::VisualStudio::LanguageServer::Protocol::CodeActionLiteralSetting ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::CodeActionLiteralSetting ^ value); };
[System.Runtime.Serialization.DataMember(Name="codeActionLiteralSupport")]
public Microsoft.VisualStudio.LanguageServer.Protocol.CodeActionLiteralSetting CodeActionLiteralSupport { get; set; }
[System.Runtime.Serialization.DataMember(Name="codeActionLiteralSupport")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public Microsoft.VisualStudio.LanguageServer.Protocol.CodeActionLiteralSetting? CodeActionLiteralSupport { get; set; }
[<System.Runtime.Serialization.DataMember(Name="codeActionLiteralSupport")>]
member this.CodeActionLiteralSupport : Microsoft.VisualStudio.LanguageServer.Protocol.CodeActionLiteralSetting with get, set
[<System.Runtime.Serialization.DataMember(Name="codeActionLiteralSupport")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.CodeActionLiteralSupport : Microsoft.VisualStudio.LanguageServer.Protocol.CodeActionLiteralSetting with get, set
Public Property CodeActionLiteralSupport As CodeActionLiteralSetting

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to