Linguaggio

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

Elemento UIElement padre della raccolta.

logicalParent
FrameworkElement

Elemento padre logico degli elementi nella raccolta.

Si applica a