Aspose::Page::EPS::XMP::XmpMetadata::Contains 메서드
XmpMetadata::Contains(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) const method
지정된 키-값 쌍이 사전에 포함되어 있는지 확인합니다.
bool Aspose::Page::EPS::XMP::XmpMetadata::Contains(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> &item) const override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 항목 | const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>& | 키-값 쌍. |
ReturnValue
이 쌍이 발견되면 true.
또 보기
- Class KeyValuePair
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpMetadata::Contains(const System::String&) const method
키가 메타데이터에 포함되어 있는지 확인합니다.
bool Aspose::Page::EPS::XMP::XmpMetadata::Contains(const System::String &key) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key | const System::String& | 찾을 항목의 키. |
ReturnValue
키가 메타데이터에 포함되어 있으면 true.
또 보기
- Class String
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++