EditContextProperties.Remove(Object) 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 l’entrée spécifiée de la collection.
public:
bool Remove(System::Object ^ key);
public bool Remove (object key);
member this.Remove : obj -> bool
Public Function Remove (key As Object) As Boolean
Paramètres
- key
- Object
Clé de l'entrée à supprimer.
Retours
True si la valeur était présente, sinon false.