TextHighlighter.Ranges Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.