Méthode Aspose::Page::EPS::XMP::XmpMetadata::Add
Contenu
[
Cacher
]XmpMetadata::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) method
Ajoute une paire avec clé et valeur dans le dictionnaire.
void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> &item) override
| Paramètre | Type | Description |
|---|---|---|
| item | const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>& | Élément à ajouter. |
Voir aussi
- 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
Ajoute une valeur aux métadonnées.
void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::String &key, const System::SharedPtr<System::Object> &value)
| Paramètre | Type | Description |
|---|---|---|
| clé | const System::String& | La clé à ajouter. |
| value | const System::SharedPtr<System::Object>& | Valeur qui sera ajoutée. |
Voir aussi
- 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
Ajoute une valeur aux métadonnées.
void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::String &key, const System::SharedPtr<XmpValue> &value) override
| Paramètre | Type | Description |
|---|---|---|
| clé | const System::String& | La clé à ajouter. |
| value | const System::SharedPtr<XmpValue>& | Valeur qui sera ajoutée. |
Voir aussi
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++