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
| パラメーター | 型 | 説明 |
|---|---|---|
| キー | const System::String& | 検索するエントリのキー。 |
ReturnValue
キーがメタデータに含まれている場合は True。
参照
- Class String
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++