AnchoredBlock(Block, TextPointer) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
由衍生類別呼叫時,初始化基底類別值,將指定的 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)
參數
- insertionPosition
- TextPointer
TextPointer,指定項目在建立之後所要插入的位置,null
表示不會自動插入。