Aspose::Page::EPS::XMP::XmpMetadata::Remove méthode

XmpMetadata::Remove(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) method

Supprime la paire clé/valeur de la collection.

bool Aspose::Page::EPS::XMP::XmpMetadata::Remove(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> &item) override
ParamètreTypeDescription
itemconst System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&Paire clé/valeur à supprimer.

ReturnValue

true si la paire a été trouvée et supprimée.

Voir aussi

XmpMetadata::Remove(const System::String&) method

Supprime l’entrée des métadonnées.

bool Aspose::Page::EPS::XMP::XmpMetadata::Remove(const System::String &key) override
ParamètreTypeDescription
cléconst System::String&La clé de l’entrée à supprimer.

ReturnValue

True - si la clé est supprimée ; sinon, false.

Voir aussi