共用方式為


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 位置範例是兩個相鄰 Paragraph 標籤 (之間的位置,也就是前一個段落的結束記號與下一個段落的開頭標記) 。

適用於

另請參閱