다음을 통해 공유


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입니다.

적용 대상