共用方式為


StoryFragment.Add(BlockElement) 方法

定義

將區塊加入至 Story 片段。

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

要加入的區塊。

例外狀況

傳遞的區塊是 null

適用於