다음을 통해 공유


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

속성 값

구현

적용 대상