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>>& | जोड़ने के लिए आइटम। |
संबंधित देखें
- Class KeyValuePair
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
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>& | जोड़ने वाला मान। |
संबंधित देखें
- Class String
- Typedef SharedPtr
- Class Object
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
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>& | जोड़ने वाला मान। |
संबंधित देखें
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++