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 です。

適用対象