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

Definicja

Usuwa określony klucz i SemanticValue ze słownika.

 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

Parametry

key
String

Klucz dla .SemanticValue

Zwraca

true jeśli para klucz/wartość została pomyślnie usunięta ze słownika; w przeciwnym razie , false. Ta metoda zwraca również, false jeśli para klucz/wartość nie zostanie znaleziona w słowniku.

Implementuje

Dotyczy