ToolBarOverflowPanel.CreateUIElementCollection(FrameworkElement) Método

Definição

Cria um novo 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

Pai lógico da nova coleção.

Devoluções

Uma nova coleção.

Observações

A nova coleção é usada para adicionar informação em cache a cada filho ou para intercetar ações como atualizações de layout.

Aplica-se a