UIElementCollection(UIElement, FrameworkElement) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

visualParent
UIElement

Element UIElement nadrzędny kolekcji.

logicalParent
FrameworkElement

Logiczny element nadrzędny elementów w kolekcji.

Dotyczy