TempDataDictionary.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 de l’objet l’élément qui a la clé IDictionary<TKey,TValue> spécifiée.
public bool Remove (string key);
abstract member Remove : string -> bool
override this.Remove : string -> bool
Public Function Remove (key As String) As Boolean
Paramètres
- key
- String
Clé de l'élément à supprimer.
Retours
true si l’élément a été supprimé avec succès ; sinon, false. Cette méthode retourne également false si key
elle n’a pas été trouvée dans .IDictionary<TKey,TValue> Service Fabric.
Implémente
Exceptions
L'objet IDictionary<TKey,TValue> est en lecture seule.
key
a la valeur null.