Panel.CreateUIElementCollection(FrameworkElement) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
새 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 내용을 사용하여 자식 요소에 대한 정보를 캐시하거나 증분 레이아웃 업데이트를 수행합니다.