StoryFragment.IAddChild.AddChild(Object) Método

Definición

Este miembro admite la infraestructura de .NET Framework y no está prevista su utilización directa desde el código.

 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

Parámetros

value
Object

Elemento Object secundario que se agrega.

Implementaciones

Excepciones

value no es uno de los tipos que pueden ser elementos secundarios de esta clase. Vea Comentarios.

Comentarios

Agrega un objeto secundario a la colección StoryFragment.

Debe haber al menos un elemento secundario de StoryFragment y los elementos secundarios solo pueden ser de estos tipos: ParagraphStructure, , ListStructureFigureStructure, TableStructure, SectionStructurey StoryBreak.

Un StoryBreak solo puede ser el primer o último elemento secundario de .StoryFragment

Se aplica a