TextHighlighter.Ranges Property

Definition

Gets the text ranges to highlight.

public:
 property IVector<TextRange> ^ Ranges { IVector<TextRange> ^ get(); };
IVector<TextRange> Ranges();
public IList<TextRange> Ranges { get; }
var iVector = textHighlighter.ranges;
Public ReadOnly Property Ranges As IList(Of TextRange)

Property Value

The collection of text ranges to highlight.

Applies to