Share via


TextPointer.IsAtInsertionPosition プロパティ

定義

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

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

プロパティ値

Boolean

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

注釈

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

適用対象

こちらもご覧ください