ListItemStructure.Add(BlockElement) Methode

Definitie

Hiermee voegt u een blok toe aan een lijstitem.

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

Het blok dat moet worden toegevoegd.

Uitzonderingen

De element is null.

Van toepassing op