Panel.CreateUIElementCollection(FrameworkElement) Método

Definición

Crea un nuevo UIElementCollectionobjeto .

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

Parámetros

logicalParent
FrameworkElement

Elemento primario lógico de la colección que se va a crear.

Devoluciones

Colección ordenada de elementos que tienen el elemento primario lógico especificado.

Comentarios

Use el generado UIElementCollection para almacenar en caché información sobre los elementos secundarios o para realizar actualizaciones de diseño incrementales.

Se aplica a