طريقة 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 | الوصف |
|---|---|---|
| العنصر | const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>& | زوج المفتاح/القيمة الذي سيتم إزالته. |
ReturnValue
صحيح إذا تم العثور على الزوج وإزالته.
انظر أيضًا
- 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
صحيح - إذا تم إزالة المفتاح؛ وإلا، خطأ.
انظر أيضًا
- Class String
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++