Aspose::Page::EPS::XMP::XmpMetadata::Add Methode
Inhalt
[
Ausblenden
]XmpMetadata::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) method
Fügt ein Paar aus Schlüssel und Wert in das Wörterbuch ein.
void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> &item) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| item | const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>& | Element, das hinzugefügt werden soll. |
Siehe auch
- 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
Fügt einen Wert zu den Metadaten hinzu.
void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::String &key, const System::SharedPtr<System::Object> &value)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Schlüssel | const System::String& | Der Schlüssel, der hinzugefügt werden soll. |
| Wert | const System::SharedPtr<System::Object>& | Wert, der hinzugefügt wird. |
Siehe auch
- 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
Fügt einen Wert zu den Metadaten hinzu.
void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::String &key, const System::SharedPtr<XmpValue> &value) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| Schlüssel | const System::String& | Der Schlüssel, der hinzugefügt werden soll. |
| Wert | const System::SharedPtr<XmpValue>& | Wert, der hinzugefügt wird. |
Siehe auch
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++