ToolBarOverflowPanel.CreateUIElementCollection(FrameworkElement) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
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.