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
새 컬렉션의 논리적 부모입니다.
반환
새 컬렉션입니다.
설명
새 컬렉션을 모든 자식에 캐시 된 정보를 추가 하거나 레이아웃 업데이트와 같은 작업을 차단 됩니다.