ConnectionItems.IDictionary<Object,Object>.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.
virtual bool System.Collections.Generic.IDictionary<System.Object,System.Object>.Remove(System::Object ^ key) = System::Collections::Generic::IDictionary<System::Object ^, System::Object ^>::Remove;
bool IDictionary<object,object>.Remove (object key);
abstract member System.Collections.Generic.IDictionary<System.Object,System.Object>.Remove : obj -> bool
override this.System.Collections.Generic.IDictionary<System.Object,System.Object>.Remove : obj -> bool
Function Remove (key As Object) As Boolean Implements IDictionary(Of Object, Object).Remove
Paramètres
- key
- Object