Panel.InternalChildren Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.