Class SelectionRange
A selection range around a cursor position that the user might be interested in selecting. Analogous to LspTypes SelectionRange.
public class SelectionRange
- Inheritance
-
SelectionRange
- Inherited Members
Properties
Parent
The parent selection range containing this selection range
public SelectionRange Parent { get; set; }
Property Value
Range
The range of this selection range
public ParseRange Range { get; set; }