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 的类应将此属性而不是 Children 属性用于内部重写,例如 MeasureCore 和 ArrangeCore。