KeyValueConfigurationCollection.Remove(String) Methode
Definition
Entfernt ein KeyValueConfigurationElement-Objekt aus der Auflistung.Removes a KeyValueConfigurationElement object from the collection.
public:
void Remove(System::String ^ key);
public void Remove (string key);
member this.Remove : string -> unit
Public Sub Remove (key As String)
Parameter
- key
- String
Eine Zeichenfolge, die den key
angibt.A string specifying the key
.
Hinweise
Remove löst keine Ausnahme aus, wenn das Objekt nicht gefunden wird.Remove does not throw an exception if the object is not found.