Aspose::Page::EPS::XMP::XmpMetadata::Add yöntemi
İçindekiler
[
Saklamak
]XmpMetadata::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) method
Sözlüğe anahtar ve değer çifti ekler.
void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> &item) override
| Parameter | Type | Açıklama |
|---|---|---|
| öğe | const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>& | Eklenecek öğe. |
Ayrıca Bakınız
- 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
Meta veriye değer ekler.
void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::String &key, const System::SharedPtr<System::Object> &value)
| Parameter | Type | Açıklama |
|---|---|---|
| anahtar | const System::String& | Eklenecek anahtar. |
| değer | const System::SharedPtr<System::Object>& | Eklenecek değer. |
Ayrıca Bakınız
- 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
Meta veriye değer ekler.
void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::String &key, const System::SharedPtr<XmpValue> &value) override
| Parameter | Type | Açıklama |
|---|---|---|
| anahtar | const System::String& | Eklenecek anahtar. |
| değer | const System::SharedPtr<XmpValue>& | Eklenecek değer. |
Ayrıca Bakınız
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++