ModelItemDictionary.IDictionary.Remove(Object) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rimuove l'elemento con la chiave specificata da IDictionary.
virtual void System.Collections.IDictionary.Remove(System::Object ^ key) = System::Collections::IDictionary::Remove;
void IDictionary.Remove (object key);
abstract member System.Collections.IDictionary.Remove : obj -> unit
override this.System.Collections.IDictionary.Remove : obj -> unit
Sub Remove (key As Object) Implements IDictionary.Remove
Parametri
- key
- Object
Chiave dell'elemento da rimuovere.
Implementazioni
Commenti
Se l'oggetto IDictionary non contiene alcun elemento con la chiave specificata, IDictionary rimarrà invariato. Non viene generata alcuna eccezione.