StoryFragment.Add(BlockElement) 메서드

정의

텍스트 영역 조각에 블록을 추가합니다.

public:
 void Add(System::Windows::Documents::DocumentStructures::BlockElement ^ element);
public void Add (System.Windows.Documents.DocumentStructures.BlockElement element);
member this.Add : System.Windows.Documents.DocumentStructures.BlockElement -> unit
Public Sub Add (element As BlockElement)

매개 변수

element
BlockElement

추가할 블록입니다.

예외

전달된 블록이 null입니다.

적용 대상