Panel.InternalChildren Propiedad

Definición

Obtiene una UIElementCollection de elementos secundarios.

protected public:
 property System::Windows::Controls::UIElementCollection ^ InternalChildren { System::Windows::Controls::UIElementCollection ^ get(); };
protected internal System.Windows.Controls.UIElementCollection InternalChildren { get; }
member this.InternalChildren : System.Windows.Controls.UIElementCollection
Protected Friend ReadOnly Property InternalChildren As UIElementCollection

Valor de propiedad

UIElementCollection

Colección ordenada de objetos UIElement. Esta propiedad no tiene ningún valor predeterminado.

Comentarios

La colección devuelta incluye elementos que se agregan directamente en el código y también elementos generados por el enlace de datos.

Las clases derivadas de Panel deben usar esta propiedad, en lugar de la Children propiedad , para invalidaciones internas como MeasureCore y ArrangeCore.

Se aplica a

Consulte también