طريقة 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
ParameterTypeالوصف
العنصرconst System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&زوج المفتاح-القيمة.

ReturnValue

صحيح إذا تم العثور على هذا الزوج.

انظر أيضًا

XmpMetadata::Contains(const System::String&) const method

يتحقق مما إذا كان المفتاح موجودًا في البيانات التعريفية.

bool Aspose::Page::EPS::XMP::XmpMetadata::Contains(const System::String &key) const
ParameterTypeالوصف
المفتاحconst System::String&المفتاح الخاص بالمدخل للبحث عنه.

ReturnValue

صحيح إذا كان المفتاح موجودًا في البيانات الوصفية.

انظر أيضًا