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>>&추가될 항목.

또 보기

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)
매개변수형식설명
keyconst 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
매개변수형식설명
keyconst System::String&추가할 키.
valueconst System::SharedPtr<XmpValue>&추가될 값.

또 보기