共用方式為


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)

屬性值

要反白顯示的文字範圍集合。

適用於