NonVirtualizingLayoutContext.Children Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of child UIElements from the container that provides the context.
public:
property IVectorView<UIElement ^> ^ Children { IVectorView<UIElement ^> ^ get(); };
IVectorView<UIElement> Children();
public IReadOnlyList<UIElement> Children { get; }
var iVectorView = nonVirtualizingLayoutContext.children;
Public ReadOnly Property Children As IReadOnlyList(Of UIElement)
Property Value
The collection of child elements from the container that provides the context.