RichTextBlock.Select(TextPointer, TextPointer) メソッド

定義

RichTextBlock 内のテキストの範囲を選択します。

public:
 virtual void Select(TextPointer ^ start, TextPointer ^ end) = Select;
void Select(TextPointer const& start, TextPointer const& end);
public void Select(TextPointer start, TextPointer end);
function select(start, end)
Public Sub Select (start As TextPointer, end As TextPointer)

パラメーター

start
TextPointer

選択する範囲の開始位置を表す オブジェクト。

end
TextPointer

選択する範囲の末尾を表す オブジェクト。

注釈

Windows Presentation Foundation (WPF) と Microsoft Silverlight では、同等の API は開始位置と終了位置に整数を使用します。 この実装では 、TextPointer オブジェクトを使用して選択範囲を指定します。

適用対象