Share via


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

새 컬렉션입니다.

설명

새 컬렉션을 모든 자식에 캐시 된 정보를 추가 하거나 레이아웃 업데이트와 같은 작업을 차단 됩니다.

적용 대상