ListItemStructure.Add(BlockElement) Method

Definition

Adds a block to a list item.

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)

Parameters

element
BlockElement

The block to add.

Exceptions

The element is null.

Applies to