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

集合中的元素的逻辑父级。

适用于