FrameworkElementFactory.AppendChild(FrameworkElementFactory) Metodo

Definizione

Aggiunge una factory figlio a questa 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)

Parametri

child
FrameworkElementFactory

Oggetto FrameworkElementFactory da aggiungere come figlio.

Si applica a