Compartir a través de


NonVirtualizingLayoutContext.ChildrenCore Propiedad

Definición

Implementa el comportamiento para obtener el valor devuelto de Children en un nonvirtualizingLayoutContext derivado o personalizado.

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)

Valor de propiedad

Valor que se debe devolver como Elementos secundarios mediante NonVirtualizingLayoutContext.

Se aplica a