ModelStateEntry.Children Propriété

Définition

Obtient les ModelStateEntry valeurs des sous-propriétés.

public:
 abstract property System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateEntry ^> ^ Children { System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateEntry ^> ^ get(); };
public abstract System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry> Children { get; }
public abstract System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry>? Children { get; }
member this.Children : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry>
Public MustOverride ReadOnly Property Children As IReadOnlyList(Of ModelStateEntry)

Valeur de propriété

Remarques

Cette propriété retourne toutes les entrées existantes, même celles avec IsContainerNode la valeur true.

S’applique à