SemanticValue.IDictionary<String,SemanticValue>.Remove(String) Метод

Определение

Удаляет указанный ключ и SemanticValue из словаря.

 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

Параметры

key
String

Ключ для SemanticValue.

Возвращаемое значение

true Значение, если пара "ключ-значение" успешно удалена из словаря; falseв противном случае . Этот метод также возвращает, false если пара "ключ-значение" не найдена в словаре.

Реализации

Применяется к