System::Collections::Specialized::NameValueCollection::Remove 方法

NameValueCollection::Remove method

移除特定项。

virtual bool System::Collections::Specialized::NameValueCollection::Remove(const String &item) override
ParameterType描述
itemconst String&要删除的项。

ReturnValue

如果找到并删除了项则返回 true,否则返回 false。

另见