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

Definición

Quita la clave y el SemanticValue especificados 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

Clave para SemanticValue.

Devoluciones

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

Implementaciones

Se aplica a