Share via


ServerCapabilities.ImplementationProvider Property

Definition

Gets or sets a value indicating whether go to implementation is supported.

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

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to