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
ParameterType描述
itemconst 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)
ParameterType描述
const System::String&要添加的键。
valueconst 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
ParameterType描述
const System::String&要添加的键。
valueconst System::SharedPtr<XmpValue>&将要添加的值。

另见