AnchoredBlock(Block, TextPointer) 생성자

정의

지정된 Block 개체를 새 하위 항목의 초기 내용으로 사용하고 새 하위 AnchoredBlockTextPointer 항목의 삽입 위치를 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 자동 삽입 없이 삽입할 삽입 위치를 지정하는 형식입니다.

적용 대상