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
| Parameter | Type | 描述 |
|---|---|---|
| item | const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>& | 要添加的项。 |
另见
- Class KeyValuePair
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
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)
| Parameter | Type | 描述 |
|---|---|---|
| 键 | const System::String& | 要添加的键。 |
| value | const System::SharedPtr<System::Object>& | 将要添加的值。 |
另见
- Class String
- Typedef SharedPtr
- Class Object
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
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
| Parameter | Type | 描述 |
|---|---|---|
| 键 | const System::String& | 要添加的键。 |
| value | const System::SharedPtr<XmpValue>& | 将要添加的值。 |
另见
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++