DidChangeTextDocumentParams 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 DidChangeTextDocumentParams
type DidChangeTextDocumentParams = class
Public Class DidChangeTextDocumentParams
- Inheritance
-
DidChangeTextDocumentParams
Constructors
| DidChangeTextDocumentParams() |
Properties
| ContentChanges |
The actual content changes. |
| TextDocument |
The document that did change.The version number points to the version after all provided content changes have been applied. |