ModelStateDictionary.Remove(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime le ModelStateEntry avec le spécifié key
.
public:
bool Remove(System::String ^ key);
public bool Remove (string key);
member this.Remove : string -> bool
Public Function Remove (key As String) As Boolean
Paramètres
- key
- String
Clé.
Retours
true
si la suppression de l'élément réussit ; sinon, false
. Cette méthode retourne false
également si la clé est introuvable.