Share via


DocumentLink Class

Definition

Class representing the response of a textDocument/documentLink request.

See the Language Server Protocol specification for additional information.

public ref class DocumentLink
[System.Runtime.Serialization.DataContract]
public class DocumentLink
[<System.Runtime.Serialization.DataContract>]
type DocumentLink = class
Public Class DocumentLink
Inheritance
DocumentLink
Attributes

Constructors

Name Description
DocumentLink()

Properties

Name Description
Range

Gets or sets the range the link applies to.

Target

Gets or sets the uri that the link points to.

Applies to