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は、常にTextBlockではなく、テキスト コンテナー (FlowDocumentまたはTextElement) です。

適用対象

こちらもご覧ください