Aspose::Page::EPS::XMP::XmpMetadata::Contains metod
XmpMetadata::Contains(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) const method
Kontrollerar om det angivna nyckel-värdeparet finns i ordboken.
bool Aspose::Page::EPS::XMP::XmpMetadata::Contains(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> &item) const override
| Parameter | Type | Beskrivning |
|---|---|---|
| objekt | const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>& | Nyckel‑värdepar. |
ReturnValue
Sant om detta par hittades.
Se även
- 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
Kontrollerar om nyckeln finns i metadata.
bool Aspose::Page::EPS::XMP::XmpMetadata::Contains(const System::String &key) const
| Parameter | Type | Beskrivning |
|---|---|---|
| nyckel | const System::String& | Nyckeln för posten att hitta. |
ReturnValue
Sant om nyckeln finns i metadata.
Se även
- Class String
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++