SemanticValue.IDictionary<String,SemanticValue>.Remove(String) Metoda

Definice

Odebere zadaný klíč a SemanticValue ze slovníku.

 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

Parametry

key
String

Klíč pro SemanticValue.

Návraty

truepokud byl pár klíč-hodnota úspěšně odebrán ze slovníku; v opačném případě . false Tato metoda také vrátí false , pokud není ve slovníku nalezen pár klíč-hodnota.

Implementuje

Platí pro