Sdílet prostřednictvím


UIElementCollection(UIElement, FrameworkElement) Konstruktor

Definice

Inicializuje novou instanci UIElementCollection třídy.

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)

Parametry

visualParent
UIElement

Nadřazený UIElement objekt kolekce.

logicalParent
FrameworkElement

Logický nadřazený prvek prvků v kolekci.

Platí pro