TextPointer.DocumentStart プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在の位置に関連付けられているテキスト コンテナーのコンテンツの先頭にある TextPointer を取得します。
public:
property System::Windows::Documents::TextPointer ^ DocumentStart { System::Windows::Documents::TextPointer ^ get(); };
public System.Windows.Documents.TextPointer DocumentStart { get; }
member this.DocumentStart : System.Windows.Documents.TextPointer
Public ReadOnly Property DocumentStart As TextPointer
プロパティ値
現在の位置に関連付けられているテキスト コンテナーのコンテンツの先頭にある TextPointer。
注釈
このプロパティによって返される位置は、他の位置への相対オフセットを操作する基準位置として使用します。 メソッドは GetOffsetToPosition 、位置と GetPositionAtOffset 位置オフセットの間で移動する方法を提供します。
返される対象はParent、常にテキスト コンテナー (TextBlockまたはFlowDocument) ではなく、TextElement.TextPointer