SemanticValue.IDictionary<String,SemanticValue>.Remove(String) メソッド

定義

指定したキーと SemanticValue をディクショナリから削除します。

 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

パラメーター

key
String

SemanticValueのキー。

返品

true キーと値のペアがディクショナリから正常に削除された場合。それ以外の場合は false。 このメソッドは、キーと値のペアがディクショナリで見つからない場合も false を返します。

実装

適用対象