Panel.CreateUIElementCollection Method (FrameworkElement)

 

Creates a new UIElementCollection.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

Protected Overridable Function CreateUIElementCollection (
	logicalParent As FrameworkElement
) As UIElementCollection

Parameters

logicalParent
Type: System.Windows.FrameworkElement

The logical parent element of the collection to be created.

Return Value

Type: System.Windows.Controls.UIElementCollection

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

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

.NET Framework
Available since 3.0
Return to top
Show: