طريقة Aspose::Page::EPS::XMP::XmpMetadata::Add

XmpMetadata::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) method

يضيف زوجًا من المفتاح والقيمة إلى القاموس.

void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> &item) override
ParameterTypeالوصف
العنصرconst System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&العنصر المراد إضافته.

انظر أيضًا

XmpMetadata::Add(const System::String&, const System::SharedPtr<System::Object>&) method

يضيف قيمة إلى البيانات التعريفية.

void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::String &key, const System::SharedPtr<System::Object> &value)
ParameterTypeالوصف
المفتاحconst System::String&المفتاح المراد إضافته.
valueconst System::SharedPtr<System::Object>&القيمة التي سيتم إضافتها.

انظر أيضًا

XmpMetadata::Add(const System::String&, const System::SharedPtr<XmpValue>&) method

يضيف قيمة إلى البيانات التعريفية.

void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::String &key, const System::SharedPtr<XmpValue> &value) override
ParameterTypeالوصف
المفتاحconst System::String&المفتاح المراد إضافته.
valueconst System::SharedPtr<XmpValue>&القيمة التي سيتم إضافتها.

انظر أيضًا