CodeAction.Command Property

Definition

Gets or sets the command that this code action executes.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to