UIElementCollection(UIElement, FrameworkElement) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

visualParent
UIElement

Objeto UIElement primario de la colección.

logicalParent
FrameworkElement

Elemento primario lógico de los elementos de la colección.

Se aplica a