ToolBarOverflowPanel.CreateUIElementCollection(FrameworkElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建一个新的 UIElementCollection。
protected:
override System::Windows::Controls::UIElementCollection ^ CreateUIElementCollection(System::Windows::FrameworkElement ^ logicalParent);
protected override System.Windows.Controls.UIElementCollection CreateUIElementCollection (System.Windows.FrameworkElement logicalParent);
override this.CreateUIElementCollection : System.Windows.FrameworkElement -> System.Windows.Controls.UIElementCollection
Protected Overrides Function CreateUIElementCollection (logicalParent As FrameworkElement) As UIElementCollection
参数
- logicalParent
- FrameworkElement
新集合的逻辑父级。
返回
新集合。
注解
新集合用于将缓存信息添加到每个子级或截获布局更新等操作。