ToolBarOverflowPanel.CreateUIElementCollection(FrameworkElement) 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.
Crée un UIElementCollection.
protected:
override System::Windows::Controls::UIElementCollection ^ CreateUIElementCollection(System::Windows::FrameworkElement ^ logicalParent);
protected override System.Windows.Controls.UIElementCollection CreateUIElementCollection (System.Windows.FrameworkElement logicalParent);
override this.CreateUIElementCollection : System.Windows.FrameworkElement -> System.Windows.Controls.UIElementCollection
Protected Overrides Function CreateUIElementCollection (logicalParent As FrameworkElement) As UIElementCollection
Paramètres
- logicalParent
- FrameworkElement
Parent logique de la nouvelle collection.
Retours
Nouvelle collection.
Remarques
La nouvelle collection est utilisée pour ajouter des informations mises en cache à chaque enfant ou pour intercepter des actions telles que des mises à jour de disposition.