FrameworkElementFactory.AppendChild(FrameworkElementFactory) Methode

Definition

Fügt dieser Factory eine untergeordnete Factory hinzu.

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)

Parameter

child
FrameworkElementFactory

Das FrameworkElementFactory-Objekt, das als untergeordnetes Element hinzugefügt werden soll.

Gilt für: