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
新しいコレクションの論理上の親。
戻り値
新しいコレクション。
注釈
新しいコレクションは、キャッシュされた情報をすべての子に追加したり、レイアウトの更新などのアクションをインターセプトしたりするために使用されます。