AnchoredBlock(Block, TextPointer) コンストラクター

定義

派生クラスによって呼び出されたときに基底クラスの値を初期化し、指定したBlock オブジェクトをAnchoredBlockの新しい子孫の初期コンテンツとして受け取り、新しいTextPointer子孫の挿入位置を指定するAnchoredBlockを受け取ります。

protected:
 AnchoredBlock(System::Windows::Documents::Block ^ block, System::Windows::Documents::TextPointer ^ insertionPosition);
protected AnchoredBlock(System.Windows.Documents.Block block, System.Windows.Documents.TextPointer insertionPosition);
new System.Windows.Documents.AnchoredBlock : System.Windows.Documents.Block * System.Windows.Documents.TextPointer -> System.Windows.Documents.AnchoredBlock
Protected Sub New (block As Block, insertionPosition As TextPointer)

パラメーター

block
Block

新しい要素の初期コンテンツを指定する Block オブジェクト。 このパラメーターは nullできます。その場合、 Block は挿入されません。

insertionPosition
TextPointer

作成後に要素を挿入する挿入位置を指定する TextPointer 。自動挿入を行う場合は null

適用対象