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
| Параметр | Тип | Описание |
|---|---|---|
| item | const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>& | Пара ключ‑значение. |
ReturnValue
true, если эта пара найдена.
См. также
- Class KeyValuePair
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpMetadata::Contains(const System::String&) const method
Проверяет, содержится ли ключ в метаданных.
bool Aspose::Page::EPS::XMP::XmpMetadata::Contains(const System::String &key) const
| Параметр | Тип | Описание |
|---|---|---|
| ключ | const System::String& | Ключ записи для поиска. |
ReturnValue
True, если ключ содержится в метаданных.
См. также
- Class String
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++