SemanticValue.IDictionary<String,SemanticValue>.Remove(String) Método

Definição

Remove a chave e o SemanticValue especificados do dicionário.Removes the specified key and SemanticValue from the dictionary.

 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

Parâmetros

key
String

Uma chave para um SemanticValue.A key for a SemanticValue.

Retornos

Boolean

true se o par chave/valor foi removido com êxito do dicionário; caso contrário, false.true if the key/value pair was successfully removed from the dictionary; otherwise, false. Esse método também retornará false se o par chave/valor não for encontrado no dicionário.This method also returns false if the key/value pair is not found in the dictionary.

Implementações

Aplica-se a