Aspose::Page::EPS::XMP::XmpMetadata::Add मेथड

XmpMetadata::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) method

डिक्शनरी में कुंजी और मान के साथ जोड़ी जोड़ता है।

void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> &item) override
पैरामीटरप्रकारविवरण
आइटमconst System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&जोड़ने के लिए आइटम।

संबंधित देखें

XmpMetadata::Add(const System::String&, const System::SharedPtr<System::Object>&) method

मेटाडेटा में मान जोड़ता है।

void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::String &key, const System::SharedPtr<System::Object> &value)
पैरामीटरप्रकारविवरण
कुंजीconst System::String&जोड़ने के लिए कुंजी।
मानconst System::SharedPtr<System::Object>&जोड़ने वाला मान।

संबंधित देखें

XmpMetadata::Add(const System::String&, const System::SharedPtr<XmpValue>&) method

मेटाडेटा में मान जोड़ता है।

void Aspose::Page::EPS::XMP::XmpMetadata::Add(const System::String &key, const System::SharedPtr<XmpValue> &value) override
पैरामीटरप्रकारविवरण
कुंजीconst System::String&जोड़ने के लिए कुंजी।
मानconst System::SharedPtr<XmpValue>&जोड़ने वाला मान।

संबंधित देखें