Share via


TemplatedView.Children Property

Definition

Caution

Use IVisualTreeElement.GetVisualChildren() instead.

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::Maui::Controls::Element ^> ^ Children { System::Collections::Generic::IReadOnlyList<Microsoft::Maui::Controls::Element ^> ^ get(); };
[System.Obsolete("Use IVisualTreeElement.GetVisualChildren() instead.", true)]
public System.Collections.Generic.IReadOnlyList<Microsoft.Maui.Controls.Element> Children { get; }
[<System.Obsolete("Use IVisualTreeElement.GetVisualChildren() instead.", true)>]
member this.Children : System.Collections.Generic.IReadOnlyList<Microsoft.Maui.Controls.Element>
Public ReadOnly Property Children As IReadOnlyList(Of Element)

Property Value

Attributes

Applies to