Share via


SemanticValue.IDictionary<String,SemanticValue>.Remove(String) Yöntem

Tanım

Belirtilen anahtarı ve SemanticValue sözlükten kaldırır.

 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

Parametreler

key
String

anahtarı.SemanticValue

Döndürülenler

true anahtar/değer çifti sözlükten başarıyla kaldırıldıysa; aksi takdirde , false. Bu yöntem, anahtar/değer çifti sözlükte bulunamazsa da döndürür false .

Uygulamalar

Şunlara uygulanır