Aspose::Page::EPS::XMP::XmpMetadata::Contains method
अंतर्वस्तु
[
छिपाना
]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
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| आइटम | 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
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| कुंजी | const System::String& | खोजने के लिए प्रविष्टि की कुंजी। |
ReturnValue
यदि कुंजी मेटाडेटा में मौजूद है तो True।
संबंधित देखें
- Class String
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++