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

Definizione

Rimuove la chiave e l'oggetto SemanticValue specificati dal dizionario.

 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

Parametri

key
String

Chiave per SemanticValue.

Restituisce

true se la coppia chiave/valore è stata rimossa correttamente dal dizionario. In caso contrario, false. Questo metodo restituisce false anche se la coppia chiave/valore non viene trovata nel dizionario.

Implementazioni

Si applica a