TextDocumentItem Class

Definition

Class which represents a text document.

See the Language Server Protocol specification for additional information.

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

Constructors

TextDocumentItem()

Properties

LanguageId

Gets or sets the document language identifier.

Text

Gets or sets the content of the opened text document.

Uri

Gets or sets the document URI.

Version

Gets or sets the document version.

Applies to