Panel.CreateUIElementCollection(FrameworkElement) 메서드

정의

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 내용을 사용하여 자식 요소에 대한 정보를 캐시하거나 증분 레이아웃 업데이트를 수행합니다.

적용 대상