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 を返します。

実装

適用対象