Click or drag to resize
DidChangeTextDocumentParams Class
Parameters provided to the TextDocumentChanged event.
Inheritance Hierarchy
SystemObject
  VSCode.EditorDidChangeTextDocumentParams

Namespace: VSCode.Editor
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public class DidChangeTextDocumentParams

The DidChangeTextDocumentParams type exposes the following members.

Constructors
  NameDescription
Public methodDidChangeTextDocumentParams
Initializes a new instance of the DidChangeTextDocumentParams class
Top
Properties
  NameDescription
Public propertyContentChanges
A collection of TextDocumentContentChangeEvent instances representing changes to the document.
Public propertyTextDocument
The document to which changes were made.
Top
Extension Methods
  NameDescription
Public Extension MethodToJObject
Converts this instance to a JObject.
(Defined by ObjectExtensions.)
Top
See Also