SemanticValue.IDictionary<String,SemanticValue>.Remove(String) Méthode

Définition

Supprime la clé et le SemanticValue spécifiés du dictionnaire.

 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

Paramètres

key
String

Clé pour une SemanticValue.

Retours

true si la paire clé/valeur a été correctement supprimée du dictionnaire ; sinon, false. Cette méthode retourne également false si la paire clé/valeur est introuvable dans le dictionnaire.

Implémente

S’applique à