Panel.InternalChildren プロパティ

定義

子要素の UIElementCollection を取得します。

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

プロパティ値

UIElement オブジェクトの順序指定されたコレクション。 このプロパティには既定値はありません。

注釈

返されるコレクションには、コードで直接追加される項目と、データ バインディングによって生成される項目も含まれます。

からPanel派生したクラスは、 や ArrangeCoreなどのMeasureCore内部オーバーライドに対してChildren、 プロパティの代わりにこのプロパティを使用する必要があります。

適用対象

こちらもご覧ください