UIElementCollection(UIElement, FrameworkElement) 생성자

정의

UIElementCollection 클래스의 새 인스턴스를 초기화합니다.

public:
 UIElementCollection(System::Windows::UIElement ^ visualParent, System::Windows::FrameworkElement ^ logicalParent);
public UIElementCollection (System.Windows.UIElement visualParent, System.Windows.FrameworkElement logicalParent);
new System.Windows.Controls.UIElementCollection : System.Windows.UIElement * System.Windows.FrameworkElement -> System.Windows.Controls.UIElementCollection
Public Sub New (visualParent As UIElement, logicalParent As FrameworkElement)

매개 변수

visualParent
UIElement

컬렉션의 UIElement 부모입니다.

logicalParent
FrameworkElement

컬렉션에 있는 요소의 논리적 부모입니다.

적용 대상