TextDocumentItem 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 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. |