طريقة 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
ParameterTypeالوصف
العنصرconst System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&زوج المفتاح/القيمة الذي سيتم إزالته.

ReturnValue

صحيح إذا تم العثور على الزوج وإزالته.

انظر أيضًا

XmpMetadata::Remove(const System::String&) method

يزيل الإدخال من البيانات الوصفية.

bool Aspose::Page::EPS::XMP::XmpMetadata::Remove(const System::String &key) override
ParameterTypeالوصف
المفتاحconst System::String&مفتاح الإدخال لإزالته.

ReturnValue

صحيح - إذا تم إزالة المفتاح؛ وإلا، خطأ.

انظر أيضًا