Modifica

Share via


FlowDocumentReader.IAddChild.AddChild(Object) Method

Definition

This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Use the Document property to add a FlowDocument as the content child for the FlowDocumentReader.

 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

An object to add as a child.

Implements

Applies to