Condividi tramite


ModelStateEntry.Children Proprietà

Definizione

Ottiene i ModelStateEntry valori per le sottoproprietà.

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)

Valore della proprietà

Commenti

Questa proprietà restituisce tutte le voci esistenti, anche quelle con IsContainerNode valore true.

Si applica a