Panel.CreateUIElementCollection(FrameworkElement) Método

Definição

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

O elemento pai lógico da coleção a ser criada.

Retornos

UIElementCollection

Uma coleção ordenada de elementos que têm o pai lógico especificado.

Comentários

Use o gerado UIElementCollection para armazenar em cache informações sobre elementos filho ou para executar atualizações incrementais de layout.

Aplica-se a

Confira também