Aspose::Page::EPS::XMP::XmpMetadata::Contains metodo

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

Verifica se la coppia chiave-valore specificata è contenuta nel dizionario.

bool Aspose::Page::EPS::XMP::XmpMetadata::Contains(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> &item) const override
ParametroTipoDescrizione
itemconst System::Collections::Generic::KeyValuePair\<System::String, System::SharedPtr\<XmpValue\>\>\&Coppia chiave-valore.

ReturnValue

true se questa coppia è stata trovata.

Vedi anche

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

Verifica se la chiave è contenuta nei metadati.

bool Aspose::Page::EPS::XMP::XmpMetadata::Contains(const System::String &key) const
ParametroTipoDescrizione
chiaveconst System::String&La chiave della voce da trovare.

ReturnValue

True se la chiave è contenuta nei metadati.

Vedi anche