ModelStateDictionary.IReadOnlyDictionary<String,ModelStateEntry>.Values プロパティ

定義

読み取り専用のディクショナリの値を含む列挙可能なコレクションを取得します。

property System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateEntry ^> ^ System::Collections::Generic::IReadOnlyDictionary<System::String,Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateEntry>::Values { System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateEntry ^> ^ get(); };
System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry> System.Collections.Generic.IReadOnlyDictionary<System.String,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry>.Values { get; }
member this.System.Collections.Generic.IReadOnlyDictionary<System.String,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry>.Values : seq<Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry>
 ReadOnly Property Values As IEnumerable(Of ModelStateEntry) Implements IReadOnlyDictionary(Of String, ModelStateEntry).Values

プロパティ値

実装

適用対象