TextView public class TextView Represents a view on a particular source code. Documentation Code public TextRange Range { get; } Gets the start and end of the text view. public string Text { get; } Gets the text associated with this view. public TextView(TextSource source, TextRange range) Creates a new text view for the given range.