DocumentLink Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
DocumentLink() |
Properties
Range |
Gets or sets the range the link applies to. |
Target |
Gets or sets the uri that the link points to. |