FrameworkElementFactory::AppendChild Method (FrameworkElementFactory^)

 

Adds a child factory to this factory.

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

public:
void AppendChild(
	FrameworkElementFactory^ child
)

Parameters

child
Type: System.Windows::FrameworkElementFactory^

The FrameworkElementFactory object to add as a child.

.NET Framework
Available since 3.0
Return to top
Show: