System::Collections::Generic::IKVCollection::Remove 方法
IKVCollection::Remove method
从容器中移除项目。
virtual bool System::Collections::Generic::IKVCollection<T>::Remove(const T &item) override
| Parameter | Type | 描述 |
|---|---|---|
| item | const T& | 要删除的项。 |
ReturnValue
如果找到并删除了项则返回 true,否则返回 false。
另见
- Class IKVCollection
- Namespace System::Collections::Generic
- Library Aspose.Page for C++