StoryFragments.Add(StoryFragment) Method

Definition

Adds a StoryFragment to the StoryFragments collection.

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)

Parameters

storyFragment
StoryFragment

The StoryFragment to add.

Exceptions

Applies to