XmpMetadata.SetArrayItem

XmpMetadata.SetArrayItem method

在数组中设置值。以前的值将被新值替换。

public void SetArrayItem(string arrayKey, int index, XmpValue value)
范围类型描述
arrayKeyString要在字典中搜索的数组的键。
indexInt32数组中新值的索引。
valueXmpValue要在数组中设置的值。

也可以看看