ToolBarOverflowPanel.CreateUIElementCollection(FrameworkElement) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Crea un nuovo oggetto 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
Parametri
- logicalParent
- FrameworkElement
Padre logico del nuovo insieme.
Restituisce
Un nuovo insieme.
Commenti
La nuova raccolta viene usata per aggiungere informazioni memorizzate nella cache a ogni elemento figlio o per intercettare azioni come gli aggiornamenti del layout.