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 位置不是插入位置的範例是兩個相鄰的 Paragraph 卷標之間的位置(也就是在前一個段落的結尾標記與下一個段落的開頭標記之間)。

適用於

另請參閱