NonVirtualizingLayoutContext.ChildrenCore プロパティ

定義

派生またはカスタムの NonVirtualizingLayoutContext で Children の戻り値を取得するための動作を実装します。

このドキュメントは、UWP 用 WinUI 2 に適用されます (Windows アプリ SDKWinUI については、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 によって として返される値。

適用対象