Panel.CreateUIElementCollection(FrameworkElement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立新的 UIElementCollection。
protected:
virtual System::Windows::Controls::UIElementCollection ^ CreateUIElementCollection(System::Windows::FrameworkElement ^ logicalParent);
protected virtual System.Windows.Controls.UIElementCollection CreateUIElementCollection (System.Windows.FrameworkElement logicalParent);
abstract member CreateUIElementCollection : System.Windows.FrameworkElement -> System.Windows.Controls.UIElementCollection
override this.CreateUIElementCollection : System.Windows.FrameworkElement -> System.Windows.Controls.UIElementCollection
Protected Overridable Function CreateUIElementCollection (logicalParent As FrameworkElement) As UIElementCollection
參數
- logicalParent
- FrameworkElement
要建立之集合的邏輯父項目。
傳回
具有指定之邏輯父代的已排序項目集合。
備註
使用 產生的 UIElementCollection 來快取子專案的相關信息,或執行累加配置更新。