Panel.CreateUIElementCollection(FrameworkElement) Method

Definition

Creates a new 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

Parameters

logicalParent
FrameworkElement

The logical parent element of the collection to be created.

Returns

An ordered collection of elements that have the specified logical parent.

Remarks

Use the generated UIElementCollection to cache information about child elements or to perform incremental layout updates.

Applies to

See also