Поделиться через


NonVirtualizingLayoutContext.ChildrenCore Свойство

Определение

Реализует поведение для получения возвращаемого значения Children в производном или пользовательском nonVirtualizingLayoutContext.

Эта документация относится к WinUI 2 для UWP (для WinUI в Windows App SDK см. Windows App 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.

Применяется к