NonVirtualizingLayoutContext.ChildrenCore 属性

定义

实现在派生或自定义 NonVirtualizingLayoutContext 中获取 Children 的返回值的行为。

本文档适用于 Windows 应用 SDKWinUI 的 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)

属性值

应由 NonVirtualizingLayoutContext 作为 Children 返回的值。

适用于