Share via


ServerCapabilities.ExecuteCommandProvider Property

Definition

Gets or sets the value which indicates if execute command is supported.

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

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to