Compartir a través de


NonVirtualizingLayoutContext.Children Propiedad

Definición

Obtiene la colección de UIElements secundarios del contenedor que proporciona el contexto.

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)

Valor de propiedad

Colección de elementos secundarios del contenedor que proporciona el contexto.

Se aplica a