NonVirtualizingLayoutContext.ChildrenCore 属性

定义

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

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 返回的值。

适用于