AnchoredBlock(Block, TextPointer) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.