System::Collections::Specialized::NameValueCollection::Remove 方法
NameValueCollection::Remove method
移除特定项。
virtual bool System::Collections::Specialized::NameValueCollection::Remove(const String &item) override
| 参数 | 类型 | 描述 |
|---|---|---|
| 项 | const String& | 要移除的项。 |
ReturnValue
如果找到并移除项则为 true,否则为 false。
另见
- Class String
- Class NameValueCollection
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++