Aspose::Page::EPS::XMP::XmpMetadata::Remove 方法
XmpMetadata::Remove(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) method
从集合中移除键/值对。
bool Aspose::Page::EPS::XMP::XmpMetadata::Remove(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> &item) override
| Parameter | Type | 描述 |
|---|---|---|
| item | const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>& | 要移除的键/值对。 |
ReturnValue
如果找到并移除该对则返回 true。
另见
- Class KeyValuePair
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpMetadata::Remove(const System::String&) method
从元数据中移除条目。
bool Aspose::Page::EPS::XMP::XmpMetadata::Remove(const System::String &key) override
| Parameter | Type | 描述 |
|---|---|---|
| 键 | const System::String& | 要移除的条目的键。 |
ReturnValue
如果键已移除则为 True;否则为 false。
另见
- Class String
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++