Condividi tramite


NonVirtualizingLayoutContext.Children Proprietà

Definizione

Ottiene la raccolta di UIElement figlio dal contenitore che fornisce il contesto.

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)

Valore della proprietà

Raccolta di elementi figlio dal contenitore che fornisce il contesto.

Si applica a