Aspose::Page::EPS::XMP::XmpMetadata::Contains метод

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

Проверяет, содержится ли указанная пара ключ‑значение в словаре.

bool Aspose::Page::EPS::XMP::XmpMetadata::Contains(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> &item) const override
ПараметрТипОписание
itemconst System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&Пара ключ‑значение.

ReturnValue

true, если эта пара найдена.

См. также

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

Проверяет, содержится ли ключ в метаданных.

bool Aspose::Page::EPS::XMP::XmpMetadata::Contains(const System::String &key) const
ПараметрТипОписание
ключconst System::String&Ключ записи для поиска.

ReturnValue

True, если ключ содержится в метаданных.

См. также