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, если пару "ключ-значение" не удалось найти в словаре.

Реализации

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