CodeActionSetting.CodeActionLiteralSupport 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 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