Aspose::Page::EPS::XMP::XmpMetadata::Add método
Contenido
[
Ocultar
]XmpMetadata::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) method
Agrega un par con clave y valor al diccionario.
void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> &item) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| item | const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>& | Elemento a añadir. |
Ver también
- 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
Agrega valor a los metadatos.
void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::String &key, const System::SharedPtr<System::Object> &value)
| Parámetro | Tipo | Descripción |
|---|---|---|
| clave | const System::String& | La clave a añadir. |
| value | const System::SharedPtr<System::Object>& | Valor que será añadido. |
Ver también
- 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
Agrega valor a los metadatos.
void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::String &key, const System::SharedPtr<XmpValue> &value) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| clave | const System::String& | La clave a añadir. |
| value | const System::SharedPtr<XmpValue>& | Valor que será añadido. |
Ver también
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++