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

Definición

Quita la clave especificada y SemanticValue del diccionario.

 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

Una clave para .SemanticValue

Devoluciones

true si el par clave-valor se quitó correctamente del diccionario; de lo contrario, false. Este método también devuelve false si no se encuentra el par clave-valor en el diccionario.

Implementaciones

Se aplica a