FrameworkElementFactory.AppendChild(FrameworkElementFactory) Metoda

Definice

Přidá do této továrny podřízenou továrnu.

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)

Parametry

child
FrameworkElementFactory

Objekt FrameworkElementFactory , který chcete přidat jako podřízenou.

Platí pro