TextDocumentContentChangeEvent Class |
Namespace: VSCode.Editor
public class TextDocumentContentChangeEvent
The TextDocumentContentChangeEvent type exposes the following members.
Name | Description | |
---|---|---|
TextDocumentContentChangeEvent | Initializes a new instance of the TextDocumentContentChangeEvent class |
Name | Description | |
---|---|---|
Range |
The Range to which this change applies.
| |
RangeLength |
The total length of the range.
| |
Text |
The new text applied to the specified range.
|
Name | Description | |
---|---|---|
ToJObject |
Converts this instance to a JObject.
(Defined by ObjectExtensions.) |