Panel.InternalChildren プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
子要素の 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、 プロパティの代わりにこのプロパティを使用する必要があります。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET