ToolBarOverflowPanel.CreateUIElementCollection(FrameworkElement) Methode

Definition

Erstellt ein neues 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

Parameter

logicalParent
FrameworkElement

Logisches übergeordnetes Element der neuen Auflistung.

Gibt zurück

Eine neue Sammlung.

Hinweise

Die neue Sammlung wird verwendet, um zwischengespeicherte Informationen zu jedem untergeordneten Element hinzuzufügen oder Aktionen wie Layoutaktualisierungen abzufangen.

Gilt für: