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

지정된 논리적 부모가 있는 요소의 순서 있는 컬렉션입니다.

설명

사용 하 여 생성 된 UIElementCollection 캐시 정보 또는 자식 요소에 대 한 증분 레이아웃 업데이트를 수행 합니다.

적용 대상

추가 정보