Share via


NonVirtualizingLayoutContext.ChildrenCore 屬性

定義

實作在衍生或自訂 NonVirtualizingLayoutCoNtext 中取得 Children 傳回值的行為。

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

protected:
 virtual property IVectorView<UIElement ^> ^ ChildrenCore { IVectorView<UIElement ^> ^ get(); };
IVectorView<UIElement> ChildrenCore();
protected virtual IReadOnlyList<UIElement> ChildrenCore { get; }
Protected Overridable ReadOnly Property ChildrenCore As IReadOnlyList(Of UIElement)

屬性值

非VirtualizingLayoutCoNtext 應以 Children 傳回的值。

適用於