Click or drag to resize
TextDocumentContentChangeEventRange Property
The Range to which this change applies.

Namespace: VSCode.Editor
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public Range Range { get; set; }

Property Value

Type: Range
See Also