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
パラメーター説明
キーconst System::String&検索するエントリのキー。

ReturnValue

キーがメタデータに含まれている場合は True。

参照