FrameworkElementFactory.AppendChild(FrameworkElementFactory) Méthode

Définition

Ajoute une fabrique enfant à cette fabrique.

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)

Paramètres

child
FrameworkElementFactory

Objet FrameworkElementFactory à ajouter comme enfant.

S’applique à