ListItemStructure.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

추가할 블록입니다.

예외

elementnull인 경우

적용 대상