TextHighlighter.Ranges 属性

定义

获取要突出显示的文本范围。

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)

属性值

要突出显示的文本范围的集合。

适用于