Panel.CreateUIElementCollection(FrameworkElement) Metoda

Definicja

Tworzy nowy adres 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 do buforowania informacji o elementach podrzędnych lub do wykonywania aktualizacji układu przyrostowego.

Dotyczy

Zobacz też