Share via


ServerCapabilities.DocumentHighlightProvider Property

Definition

Gets or sets a value indicating whether the server supports document highlight.

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

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to