Aspose::Page::EPS::XMP::XmpMetadata::Remove method
Contenuti
[
Nascondere
]XmpMetadata::Remove(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) method
Rimuove la coppia chiave/valore dalla collezione.
bool Aspose::Page::EPS::XMP::XmpMetadata::Remove(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\>\>\& | Coppia chiave/valore da rimuovere. |
ReturnValue
true se la coppia è stata trovata e rimossa.
Vedi anche
- Class KeyValuePair
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpMetadata::Remove(const System::String&) method
Rimuove la voce dai metadati.
bool Aspose::Page::EPS::XMP::XmpMetadata::Remove(const System::String &key) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| chiave | const System::String& | La chiave della voce da rimuovere. |
ReturnValue
True - se la chiave è rimossa; altrimenti, false.
Vedi anche
- Class String
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++