TextPointer.DocumentEnd 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在與目前位置相關的文字容器中的內容結尾處取得 TextPointer。
public:
property System::Windows::Documents::TextPointer ^ DocumentEnd { System::Windows::Documents::TextPointer ^ get(); };
public System.Windows.Documents.TextPointer DocumentEnd { get; }
member this.DocumentEnd : System.Windows.Documents.TextPointer
Public ReadOnly Property DocumentEnd As TextPointer
屬性值
位於與目前位置相關的文字容器中內容結尾處的 TextPointer。
備註
Parent傳 TextPointer 回的 一律是文字容器 (TextBlock 或 FlowDocument) ,而不是 TextElement 。