Share via


DocumentLinkParams Class

Definition

Class representing the parameters sent for a textDocument/documentLink request.

See the Language Server Protocol specification for additional information.

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

Constructors

Name Description
DocumentLinkParams()

Properties

Name Description
TextDocument

Gets or sets the TextDocumentIdentifier to provide links for.

Applies to