Share via


TextDocumentClientCapabilities.CodeAction Property

Definition

Gets or sets the setting which determines if code action can be dynamically registered.

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

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to