AnchoredBlock(Block, TextPointer) Constructor

Definition

Initializes base class values when called by a derived class, taking a specified Block object as the initial contents of the new descendant of AnchoredBlock, and a TextPointer specifying an insertion position for the new AnchoredBlock descendant.

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)

Parameters

block
Block

A Block object specifying the initial contents of the new element. This parameter may be null, in which case no Block is inserted.

insertionPosition
TextPointer

A TextPointer specifying an insertion position at which to insert the element after it is created, or null for no automatic insertion.

Applies to