다음을 통해 공유


TextDocumentItem Class

Definition

public class TextDocumentItem
type TextDocumentItem = class
Public Class TextDocumentItem
Inheritance
TextDocumentItem

Constructors

TextDocumentItem()

Properties

LanguageId

The text document's language identifier.

Text

The content of the opened text document.

Uri

The text document's URI.

Version

The version number of this document (it will increase after each change, including undo/redo).

Applies to