ModelStateDictionary.Values Propriété

Définition

Obtient une collection qui contient les valeurs du dictionnaire.

public:
 property System::Collections::Generic::ICollection<System::Web::ModelBinding::ModelState ^> ^ Values { System::Collections::Generic::ICollection<System::Web::ModelBinding::ModelState ^> ^ get(); };
public System.Collections.Generic.ICollection<System.Web.ModelBinding.ModelState> Values { get; }
member this.Values : System.Collections.Generic.ICollection<System.Web.ModelBinding.ModelState>
Public ReadOnly Property Values As ICollection(Of ModelState)

Valeur de propriété

ICollection<ModelState>

Valeurs du dictionnaire.

Implémente

S’applique à