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.

또 보기

XmpMetadata::Contains(const System::String&) const method

키가 메타데이터에 포함되어 있는지 확인합니다.

bool Aspose::Page::EPS::XMP::XmpMetadata::Contains(const System::String &key) const
매개변수형식설명
keyconst System::String&찾을 항목의 키.

ReturnValue

키가 메타데이터에 포함되어 있으면 true.

또 보기