次の方法で共有


Panel.CreateUIElementCollection(FrameworkElement) メソッド

定義

新しい 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 を使用して、子要素に関する情報をキャッシュしたり、増分レイアウトの更新を実行したりします。

適用対象