ServerCapabilities.ImplementationProvider 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 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