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
ParameterTypeAçıklama
öğeconst System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&Anahtar-değer çifti.

ReturnValue

Bu çift bulunmuşsa true.

Ayrıca Bakınız

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
ParameterTypeAçıklama
anahtarconst System::String&Bulunacak girişin anahtarı.

ReturnValue

Anahtar meta veride bulunuyorsa True.

Ayrıca Bakınız