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

Definitie

Hiermee verwijdert u de opgegeven sleutel en SemanticValue uit de woordenlijst.

 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

Parameters

key
String

Een sleutel voor een SemanticValue.

Retouren

true als het sleutel-/waardepaar is verwijderd uit de woordenlijst; anders, false. Deze methode retourneert false ook als het sleutel-/waardepaar niet wordt gevonden in de woordenlijst.

Implementeringen

Van toepassing op