System::Collections::Specialized::NameValueCollection::Remove メソッド

NameValueCollection::Remove method

特定の項目を削除します。

virtual bool System::Collections::Specialized::NameValueCollection::Remove(const String &item) override
パラメーター説明
項目const String&削除する項目。

ReturnValue

項目が見つかり削除された場合は true、そうでない場合は false。

参照