Share via


TextPointer.DocumentEnd 屬性

定義

在與目前位置相關的文字容器中的內容結尾處取得 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

備註

ParentTextPointer 回的 一律是文字容器 (TextBlockFlowDocument) ,而不是 TextElement

適用於

另請參閱