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>>& | 追加する項目。 |
参照
- 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)
| パラメーター | 型 | 説明 |
|---|---|---|
| キー | 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
| パラメーター | 型 | 説明 |
|---|---|---|
| キー | 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++