Metodo Aspose::Page::EPS::XMP::XmpMetadata::Add
Contenuti
[
Nascondere
]XmpMetadata::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) method
Aggiunge una coppia con chiave e valore nel dizionario.
void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> &item) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| item | const System::Collections::Generic::KeyValuePair\<System::String, System::SharedPtr\<XmpValue\>\>\& | Elemento da aggiungere. |
Vedi anche
- 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
Aggiunge un valore ai metadati.
void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::String &key, const System::SharedPtr<System::Object> &value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| chiave | const System::String& | La chiave da aggiungere. |
| value | const System::SharedPtr<System::Object>& | Valore che sarà aggiunto. |
Vedi anche
- 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
Aggiunge un valore ai metadati.
void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::String &key, const System::SharedPtr<XmpValue> &value) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| chiave | const System::String& | La chiave da aggiungere. |
| value | const System::SharedPtr\<XmpValue\>\& | Valore che sarà aggiunto. |
Vedi anche
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++