Click or drag to resize
TextDocumentContentChangeEventRangeLength Property
The total length of the range.

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

Property Value

Type: Int32
See Also