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