طريقة 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
| Parameter | Type | الوصف |
|---|---|---|
| العنصر | const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>& | العنصر المراد إضافته. |
انظر أيضًا
- Class KeyValuePair
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
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)
| Parameter | Type | الوصف |
|---|---|---|
| المفتاح | const System::String& | المفتاح المراد إضافته. |
| value | const System::SharedPtr<System::Object>& | القيمة التي سيتم إضافتها. |
انظر أيضًا
- Class String
- Typedef SharedPtr
- Class Object
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
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
| Parameter | Type | الوصف |
|---|---|---|
| المفتاح | const System::String& | المفتاح المراد إضافته. |
| value | const System::SharedPtr<XmpValue>& | القيمة التي سيتم إضافتها. |
انظر أيضًا
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++