PageContent::IAddChild::AddChild Method (Object^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

For a description of this member, see IAddChild::AddChild.

Namespace:   System.Windows.Documents
Assembly:  PresentationFramework (in PresentationFramework.dll)

private:
virtual void AddChild(
	Object^ value
) sealed = IAddChild::AddChild

Parameters

value
Type: System::Object^

The child Object to add.

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

.NET Framework
Available since 3.0
Return to top
Show: