次の方法で共有


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)

プロパティ値

強調表示するテキスト範囲のコレクション。

適用対象