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
| Parameter | Type | 描述 |
|---|---|---|
| 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
| Parameter | Type | 描述 |
|---|---|---|
| 键 | const System::String& | 要查找的条目的键。 |
ReturnValue
如果元数据中包含该键则返回 True。
另见
- Class String
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++