FrameworkElementFactory.AppendChild(FrameworkElementFactory) Método

Definición

Agrega un generador secundario a este generador.

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)

Parámetros

child
FrameworkElementFactory

Objeto FrameworkElementFactory que se agrega como elemento secundario.

Se aplica a