FrameworkElementFactory.AppendChild(FrameworkElementFactory) Method

Definition

Adds a child factory to this factory.

public:
 void AppendChild(System::Windows::FrameworkElementFactory ^ child);
public void AppendChild (System.Windows.FrameworkElementFactory child);
member this.AppendChild : System.Windows.FrameworkElementFactory -> unit
Public Sub AppendChild (child As FrameworkElementFactory)

Parameters

child
FrameworkElementFactory

The FrameworkElementFactory object to add as a child.

Applies to