Aspose::Page::EPS::XMP::XmpMetadata::TryGetValue メソッド
XmpMetadata::TryGetValue method
辞書内でキーを検索し、見つかった場合は値を取得します。
bool Aspose::Page::EPS::XMP::XmpMetadata::TryGetValue(const System::String &key, System::SharedPtr<XmpValue> &value) const override
| パラメーター | 型 | 説明 |
|---|---|---|
| キー | const System::String& | 辞書内で検索するキー。 |
| value | System::SharedPtr<XmpValue>& | 取得した値。 |
ReturnValue
キーが見つかった場合は true。
参照
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++