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

適用対象

こちらもご覧ください