Condividi tramite


Panel.InternalChildren Proprietà

Definizione

Ottiene un UIElementCollection oggetto 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 UIElement oggetti. Questa proprietà non ha alcun valore predefinito.

Commenti

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

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

Si applica a