Compartilhar via


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.

Retornos

UIElementCollection

Uma nova coleção.

Comentários

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

Aplica-se a