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

Значение свойства

Реализации

Применяется к