ValidationStateDictionary.IReadOnlyDictionary<Object,ValidationStateEntry>.Keys 属性

定义

获取包含只读字典中的键的可枚举集合。

property System::Collections::Generic::IEnumerable<System::Object ^> ^ System::Collections::Generic::IReadOnlyDictionary<System::Object,Microsoft::AspNetCore::Mvc::ModelBinding::Validation::ValidationStateEntry>::Keys { System::Collections::Generic::IEnumerable<System::Object ^> ^ get(); };
System.Collections.Generic.IEnumerable<object> System.Collections.Generic.IReadOnlyDictionary<System.Object,Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationStateEntry>.Keys { get; }
member this.System.Collections.Generic.IReadOnlyDictionary<System.Object,Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationStateEntry>.Keys : seq<obj>
 ReadOnly Property Keys As IEnumerable(Of Object) Implements IReadOnlyDictionary(Of Object, ValidationStateEntry).Keys

属性值

实现

适用于