Share via


ServerCapabilities.HoverProvider Property

Definition

Gets or sets a value indicating whether the server provides hover support.

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

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to