ToolBarOverflowPanel.CreateUIElementCollection(FrameworkElement) 方法

定义

创建一个新的 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

新集合的逻辑父级。

返回

UIElementCollection

新集合。

注解

新集合用于将缓存信息添加到每个子级或截获布局更新等操作。

适用于