SemanticValue.IDictionary<String,SemanticValue>.Remove(String) Methode

Definition

Entfernt den angegebenen Schlüssel und SemanticValue aus dem Wörterbuch.

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

Parameter

key
String

Ein Schlüssel für einen SemanticValue.

Gibt zurück

true, wenn das Schlüssel-Wert-Paar erfolgreich aus dem Wörterbuch entfernt wurde, andernfalls false. Diese Methode gibt auch dann false zurück, wenn das Schlüssel/Wert-Paar nicht im Wörterbuch gefunden wurde.

Implementiert

Gilt für: