DidChangeTextDocumentParams Class |
Namespace: VSCode.Editor
public class DidChangeTextDocumentParams
The DidChangeTextDocumentParams type exposes the following members.
Name | Description | |
---|---|---|
DidChangeTextDocumentParams | Initializes a new instance of the DidChangeTextDocumentParams class |
Name | Description | |
---|---|---|
ContentChanges |
A collection of TextDocumentContentChangeEvent instances representing changes to the document.
| |
TextDocument |
The document to which changes were made.
|
Name | Description | |
---|---|---|
ToJObject |
Converts this instance to a JObject.
(Defined by ObjectExtensions.) |