Aspose::Page::EPS::XMP::XmpMetadata::SetNamedValue method
XmpMetadata::SetNamedValue method
構造体に名前付き値を設定します。既に存在する場合、以前の名前付き値は新しいものに置き換えられます。
void Aspose::Page::EPS::XMP::XmpMetadata::SetNamedValue(System::String structureKey, System::String valueKey, System::SharedPtr<XmpValue> value)
| パラメーター | 型 | 説明 |
|---|---|---|
| structureKey | System::String | ディクショナリで検索する構造体のキー。 |
| valueKey | System::String | 構造体に設定する値の名前。 |
| value | System::SharedPtr<XmpValue> | 構造体に設定する値。 |
参照
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++