ToolBarOverflowPanel.CreateUIElementCollection(FrameworkElement) Método

Definición

Crea un nuevo UIElementCollection.

protected:
 override System::Windows::Controls::UIElementCollection ^ CreateUIElementCollection(System::Windows::FrameworkElement ^ logicalParent);
protected override System.Windows.Controls.UIElementCollection CreateUIElementCollection (System.Windows.FrameworkElement logicalParent);
override this.CreateUIElementCollection : System.Windows.FrameworkElement -> System.Windows.Controls.UIElementCollection
Protected Overrides Function CreateUIElementCollection (logicalParent As FrameworkElement) As UIElementCollection

Parámetros

logicalParent
FrameworkElement

Elemento lógico primario de la nueva colección.

Devoluciones

UIElementCollection

Nueva colección.

Comentarios

La nueva colección se usa para agregar información almacenada en caché a cada elemento secundario o para interceptar acciones como las actualizaciones de diseño.

Se aplica a