Compartir a través de


ValidationStateDictionary.IReadOnlyDictionary<Object,ValidationStateEntry>.Keys Propiedad

Definición

Obtiene una colección enumerable que contiene las claves del diccionario de solo lectura.

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

Valor de propiedad

Implementaciones

Se aplica a