Condividi tramite


ToolBarOverflowPanel.CreateUIElementCollection(FrameworkElement) Metodo

Definizione

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

UIElementCollection

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.

Si applica a