Panel.CreateUIElementCollection(FrameworkElement) Método

Definición

Crea un nuevo 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

Parámetros

logicalParent
FrameworkElement

El elemento principal lógico de la recolección que se va a crear.

Devoluciones

UIElementCollection

Una recolecció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

Consulte también