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)

屬性值

非VirtualizingLayoutContext 應以 Children 傳回的值。

適用於