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
新集合的邏輯父代。
傳回
新的集合。
備註
新的集合可用來將快取的資訊新增至每個子系,或攔截配置更新等動作。