Panel.InternalChildren Proprietà

Definizione

Ottiene un UIElementCollection di elementi figlio.

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

Valore della proprietà

UIElementCollection

Raccolta ordinata di oggetti UIElement. Nessun valore predefinito per questa proprietà.

Commenti

La raccolta restituita include elementi aggiunti direttamente nel codice e anche elementi generati dall'associazione dati.

Le classi derivate da Panel devono usare questa proprietà, anziché la Children proprietà, per gli overridi interni, ad esempio MeasureCore e ArrangeCore.

Si applica a

Vedi anche