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

Definition

Tar bort den angivna nyckeln och SemanticValue från ordlistan.

 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

Parametrar

key
String

En nyckel för en SemanticValue.

Returer

trueom nyckel/värde-paret har tagits bort från ordlistan. annars . false Den här metoden returnerar false också om nyckel/värde-paret inte hittas i ordlistan.

Implementeringar

Gäller för