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