Aspose::Page::EPS::XMP::XmpMetadata::Contains yöntemi
XmpMetadata::Contains(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) const method
Belirtilen anahtar-değer çiftinin sözlükte bulunup bulunmadığını denetler.
bool Aspose::Page::EPS::XMP::XmpMetadata::Contains(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> &item) const override
| Parameter | Type | Açıklama |
|---|---|---|
| öğe | const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>& | Anahtar-değer çifti. |
ReturnValue
Bu çift bulunmuşsa true.
Ayrıca Bakınız
- 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
Anahtarın meta veride bulunup bulunmadığını denetler.
bool Aspose::Page::EPS::XMP::XmpMetadata::Contains(const System::String &key) const
| Parameter | Type | Açıklama |
|---|---|---|
| anahtar | const System::String& | Bulunacak girişin anahtarı. |
ReturnValue
Anahtar meta veride bulunuyorsa True.
Ayrıca Bakınız
- Class String
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++