Aracılığıyla paylaş


ModelStateEntry.Children Özellik

Tanım

Alt özelliklerin ModelStateEntry değerlerini alır.

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)

Özellik Değeri

Açıklamalar

Bu özellik, değerine truesahip IsContainerNode olanlar bile mevcut tüm girişleri döndürür.

Şunlara uygulanır