共用方式為


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

屬性值

實作

適用於