Linguaggio

ToolBarOverflowPanel.CreateUIElementCollection(FrameworkElement) Metodo

Definizione

Crea un nuovo UIElementCollectionoggetto .

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

Elemento padre logico della nuova raccolta.

Valori restituiti

Nuova raccolta.

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