SemanticValue.ICollection<KeyValuePair<String,SemanticValue>>.Remove Methode

Definition

Entfernt den angegebenen Schlüssel und SemanticValue aus der Auflistung.

 virtual bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.Remove(System::Collections::Generic::KeyValuePair<System::String ^, System::Speech::Recognition::SemanticValue ^> key) = System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Speech::Recognition::SemanticValue ^>>::Remove;
bool ICollection<KeyValuePair<string,SemanticValue>>.Remove (System.Collections.Generic.KeyValuePair<string,System.Speech.Recognition.SemanticValue> key);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.Remove : System.Collections.Generic.KeyValuePair<string, System.Speech.Recognition.SemanticValue> -> bool
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.Remove : System.Collections.Generic.KeyValuePair<string, System.Speech.Recognition.SemanticValue> -> bool
Function Remove (key As KeyValuePair(Of String, SemanticValue)) As Boolean Implements ICollection(Of KeyValuePair(Of String, SemanticValue)).Remove

Parameter

key
KeyValuePair<String,SemanticValue>

Ein Schlüssel für einen SemanticValue.

Gibt zurück

true, wenn das Schlüssel-Wert-Paar erfolgreich aus der Collection entfernt wurde, andernfalls false. Diese Methode gibt auch false zurück, wenn das Schlüssel-Werte-Paar nicht in der Auflistung vorhanden ist.

Implementiert

Gilt für: