Click or drag to resize
TextDocumentContentChangeEvent Class
Represents an incremental change to a text document.
Inheritance Hierarchy
SystemObject
  VSCode.EditorTextDocumentContentChangeEvent

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

The TextDocumentContentChangeEvent type exposes the following members.

Constructors
  NameDescription
Public methodTextDocumentContentChangeEvent
Initializes a new instance of the TextDocumentContentChangeEvent class
Top
Properties
  NameDescription
Public propertyRange
The Range to which this change applies.
Public propertyRangeLength
The total length of the range.
Public propertyText
The new text applied to the specified range.
Top
Extension Methods
  NameDescription
Public Extension MethodToJObject
Converts this instance to a JObject.
(Defined by ObjectExtensions.)
Top
See Also