StoryFragments.Add(StoryFragment) 方法

定义

StoryFragment 添加到 StoryFragments 集合中。

public:
 void Add(System::Windows::Documents::DocumentStructures::StoryFragment ^ storyFragment);
public void Add (System.Windows.Documents.DocumentStructures.StoryFragment storyFragment);
member this.Add : System.Windows.Documents.DocumentStructures.StoryFragment -> unit
Public Sub Add (storyFragment As StoryFragment)

参数

storyFragment
StoryFragment

要添加的 StoryFragment

例外

适用于