TextPointer.IsAtInsertionPosition プロパティ

定義

現在の位置が挿入位置かどうかを示す値を取得します。

public:
 property bool IsAtInsertionPosition { bool get(); };
public bool IsAtInsertionPosition { get; }
member this.IsAtInsertionPosition : bool
Public ReadOnly Property IsAtInsertionPosition As Boolean

プロパティ値

true 現在の位置が挿入位置の場合。それ以外の場合は false

注釈

挿入位置は、関連付けられたコンテンツのセマンティック ルールを中断することなく、新しいコンテンツを追加できる位置です。 実際には、挿入位置は、キャレットが配置されるコンテンツ内の任意の場所にあります。 挿入位置ではない有効な TextPointer 位置の例は、隣接する 2 つの Paragraph タグ間 (つまり、前の段落の終了タグと次の段落の開始タグの間) の位置です。

適用対象

こちらもご覧ください