ItemsControl.AddChild(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute l’objet spécifié en tant qu’enfant de l’objet ItemsControl.
protected:
virtual void AddChild(System::Object ^ value);
protected virtual void AddChild (object value);
abstract member AddChild : obj -> unit
override this.AddChild : obj -> unit
Protected Overridable Sub AddChild (value As Object)
Paramètres
- value
- Object
Objet à ajouter en tant qu’enfant.