Panel.CreateUIElementCollection(FrameworkElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.