UIElementCollection(UIElement, FrameworkElement) Costruttore

Definizione

Inizializza una nuova istanza della 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)

Parametri

visualParent
UIElement

L'elemento UIElement padre dell’insieme.

logicalParent
FrameworkElement

Il padre logico degli elementi nell'insieme.

Si applica a