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です。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET