Panel.CreateUIElementCollection(FrameworkElement) Metoda

Definicja

Tworzy nowy UIElementCollection.

protected:
 virtual System::Windows::Controls::UIElementCollection ^ CreateUIElementCollection(System::Windows::FrameworkElement ^ logicalParent);
protected virtual System.Windows.Controls.UIElementCollection CreateUIElementCollection(System.Windows.FrameworkElement logicalParent);
abstract member CreateUIElementCollection : System.Windows.FrameworkElement -> System.Windows.Controls.UIElementCollection
override this.CreateUIElementCollection : System.Windows.FrameworkElement -> System.Windows.Controls.UIElementCollection
Protected Overridable Function CreateUIElementCollection (logicalParent As FrameworkElement) As UIElementCollection

Parametry

logicalParent
FrameworkElement

Logiczny element nadrzędny kolekcji do utworzenia.

Zwraca

Uporządkowana kolekcja elementów, które mają określony element nadrzędny logiczny.

Uwagi

Użyj wygenerowanego UIElementCollection elementu , aby buforować informacje o elementach podrzędnych lub wykonywać aktualizacje układu przyrostowego.

Dotyczy