Compartilhar via


NonVirtualizingLayoutContext.Children Propriedade

Definição

Obtém a coleção de UIElements filho do contêiner que fornece o 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 da propriedade

A coleção de elementos filho do contêiner que fornece o contexto.

Aplica-se a