StoryFragments.IAddChild.AddChild(Object) Method

Definition

Adds a child object to the StoryFragments.

 virtual void System.Windows.Markup.IAddChild.AddChild(System::Object ^ value) = System::Windows::Markup::IAddChild::AddChild;
void IAddChild.AddChild (object value);
abstract member System.Windows.Markup.IAddChild.AddChild : obj -> unit
override this.System.Windows.Markup.IAddChild.AddChild : obj -> unit
Sub AddChild (value As Object) Implements IAddChild.AddChild

Parameters

value
Object

The child object to add.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the StoryFragments instance is cast to an IAddChild interface.

Only a StoryFragment can be a child of StoryFragments and there must be at least one child.

Applies to