Share via


ModelStateEntry.Children 屬性

定義

ModelStateEntry取得子屬性的值。

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)

屬性值

備註

這個屬性會傳回所有現有的專案,即使是具有 IsContainerNodetrue 的專案。

適用於