次の方法で共有


ServerCapabilities.DocumentLinkProvider Property

Definition

Gets or sets the value which indicates if document link is supported.

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

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to