CodeAction.Command 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 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