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

新的集合。

備註

新的集合可用來將快取的資訊新增至每個子系,或攔截配置更新等動作。

適用於