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

新しいコレクション。

注釈

新しいコレクションは、キャッシュされた情報をすべての子に追加したり、レイアウトの更新などのアクションをインターセプトしたりするために使用されます。

適用対象