CodeLens.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 associated with this code lens.
public:
property Microsoft::VisualStudio::LanguageServer::Protocol::Command ^ Command { Microsoft::VisualStudio::LanguageServer::Protocol::Command ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::Command ^ value); };
[System.Runtime.Serialization.DataMember(Name="command")]
public Microsoft.VisualStudio.LanguageServer.Protocol.Command Command { get; set; }
[System.Runtime.Serialization.DataMember(Name="command")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public Microsoft.VisualStudio.LanguageServer.Protocol.Command? Command { get; set; }
[<System.Runtime.Serialization.DataMember(Name="command")>]
member this.Command : Microsoft.VisualStudio.LanguageServer.Protocol.Command with get, set
[<System.Runtime.Serialization.DataMember(Name="command")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.Command : Microsoft.VisualStudio.LanguageServer.Protocol.Command with get, set
Public Property Command As Command
Property Value
- Attributes
-
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute