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

属性值

实现

适用于