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)
ParameterType描述
arrayKeySystem::String在字典中搜索的数组键。
索引int32_t数组中新值的索引。
valueSystem::SharedPtr<XmpValue>要添加到数组中的值。

另见

XmpMetadata::AddArrayItem(System::String, System::SharedPtr<XmpValue>) method

向数组中添加值。该值将被添加到数组的末尾。

void Aspose::Page::EPS::XMP::XmpMetadata::AddArrayItem(System::String arrayKey, System::SharedPtr<XmpValue> value)
ParameterType描述
arrayKeySystem::String在字典中搜索的数组键。
valueSystem::SharedPtr<XmpValue>要添加到数组中的值。

另见