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