Share via


UIElementCollection(UIElement, FrameworkElement) Construtor

Definição

Inicializa uma nova instância da 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)

Parâmetros

visualParent
UIElement

O pai UIElement da coleção.

logicalParent
FrameworkElement

O pai lógico dos elementos na coleção.

Aplica-se a