PageContent.IAddChild.AddChild(Object) Method

Definition

For a description of this member, see AddChild(Object).

 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 PageContent instance is cast to an IAddChild interface.

Applies to