StoryFragments.Add(StoryFragment) Метод
Определение
Добавляет элемент StoryFragment в коллекцию StoryFragments.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)
Параметры
- storyFragment
- StoryFragment
Добавляемый объект StoryFragment.The StoryFragment to add.
Исключения
Значение параметра StoryFragment — null
.The StoryFragment is null
.