TextDocumentContentChangeEvent Properties |
The TextDocumentContentChangeEvent type exposes the following members.
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.
|