ListItemStructure.Add(BlockElement) Metodo

Definizione

Aggiunge un blocco a un elemento di elenco.

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)

Parametri

element
BlockElement

Blocco da aggiungere.

Eccezioni

L'elemento element è null.

Si applica a