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

定義

指定したキーを持つ要素を IDictionary<TKey,TValue> から削除します。

 virtual bool System.Collections.Generic.IDictionary<System.String,System.Object>.Remove(System::String ^ key) = System::Collections::Generic::IDictionary<System::String ^, System::Object ^>::Remove;
bool IDictionary<string,object>.Remove (string key);
abstract member System.Collections.Generic.IDictionary<System.String,System.Object>.Remove : string -> bool
override this.System.Collections.Generic.IDictionary<System.String,System.Object>.Remove : string -> bool
Function Remove (key As String) As Boolean Implements IDictionary(Of String, Object).Remove

パラメーター

key
String

削除する要素のキー。

戻り値

要素が正常に削除された場合は true。それ以外の場合は false。 このメソッドは、元の falsekey が見つからなかった場合にも IDictionary<TKey,TValue> を返します。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、HttpRequestOptions のインスタンスが IDictionary<TKey,TValue> インターフェイスにキャストされる場合のみ、使用できます。

適用対象