BamlLocalizationDictionary.IDictionary.Remove(Object) Methode

Definition

Eine Beschreibung dieses Elements finden Sie unter Remove(Object).

 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

Parameter

key
Object

Der Object, der aus der BamlLocalizationDictionary entfernt werden soll.

Implementiert

Gilt für

Siehe auch