UIElementCollection(UIElement, FrameworkElement) Constructeur

Définition

Initialise une nouvelle instance de la classe 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)

Paramètres

visualParent
UIElement

Parent des UIElement de la collection.

logicalParent
FrameworkElement

Parent logique des éléments de la collection.

S’applique à