طريقة Aspose::Page::EPS::XMP::XmpMetadata::AddArrayItem
محتويات
[
يخفي
]XmpMetadata::AddArrayItem(System::String, int32_t, System::SharedPtr<XmpValue>) method
يضيف قيمة إلى مصفوفة حسب الفهرس المحدد.
void Aspose::Page::EPS::XMP::XmpMetadata::AddArrayItem(System::String arrayKey, int32_t index, System::SharedPtr<XmpValue> value)
| Parameter | Type | الوصف |
|---|---|---|
| arrayKey | System::String | مفتاح المصفوفة للبحث في القاموس. |
| الفهرس | int32_t | فهرس القيمة الجديدة في المصفوفة. |
| value | System::SharedPtr<XmpValue> | القيمة لإضافتها إلى المصفوفة. |
انظر أيضًا
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpMetadata::AddArrayItem(System::String, System::SharedPtr<XmpValue>) method
يضيف قيمة إلى مصفوفة. ستُضاف القيمة في نهاية المصفوفة.
void Aspose::Page::EPS::XMP::XmpMetadata::AddArrayItem(System::String arrayKey, System::SharedPtr<XmpValue> value)
| Parameter | Type | الوصف |
|---|---|---|
| arrayKey | System::String | مفتاح المصفوفة للبحث في القاموس. |
| value | System::SharedPtr<XmpValue> | القيمة لإضافتها إلى المصفوفة. |
انظر أيضًا
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++