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
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key | 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++