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

プロパティ値

実装

適用対象