ToolBarOverflowPanel.CreateUIElementCollection(FrameworkElement) Metoda

Definicja

Tworzy nowy adres 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

Parametry

logicalParent
FrameworkElement

Element nadrzędny logiczny nowej kolekcji.

Zwraca

UIElementCollection

Nowa kolekcja.

Uwagi

Nowa kolekcja służy do dodawania buforowanych informacji do każdego elementu podrzędnego lub przechwytywania akcji, takich jak aktualizacje układu.

Dotyczy