Share via


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à

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

Commenti

La raccolta restituita include gli elementi aggiunti direttamente nel codice e anche gli elementi generati dal data binding.

Le classi derivate da Panel devono usare questa proprietà, anziché la Children proprietà , per le sostituzioni interne, ad MeasureCore esempio e ArrangeCore.

Si applica a