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

Eine Taste für ein SemanticValue.

Gibt zurück

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

Implementiert

Gilt für: