Share via


NonVirtualizingLayoutContext.Children 屬性

定義

從提供內容的容器取得子 UIElements 的集合。

本檔適用于 Windows 應用程式 SDK 中適用于 WinUI 的 WinUI 2 for UWP (,請參閱Windows 應用程式 SDK命名空間) 。

public:
 property IVectorView<UIElement ^> ^ Children { IVectorView<UIElement ^> ^ get(); };
IVectorView<UIElement> Children();
public IReadOnlyList<UIElement> Children { get; }
Public ReadOnly Property Children As IReadOnlyList(Of UIElement)

屬性值

提供內容的容器中子專案的集合。

適用於