Aspose::Page::EPS::XMP::XmpMetadata::Contains método
Contenido
[
Ocultar
]XmpMetadata::Contains(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) const method
Comprueba si el par clave-valor especificado está contenido en el diccionario.
bool Aspose::Page::EPS::XMP::XmpMetadata::Contains(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> &item) const override
| Parámetro | Tipo | Descripción |
|---|---|---|
| item | const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>& | Par clave-valor. |
ReturnValue
true si este par fue encontrado.
Ver también
- 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
Comprueba si la clave está contenida en los metadatos.
bool Aspose::Page::EPS::XMP::XmpMetadata::Contains(const System::String &key) const
| Parámetro | Tipo | Descripción |
|---|---|---|
| clave | const System::String& | La clave de la entrada a buscar. |
ReturnValue
True si la clave está contenida en los metadatos.
Ver también
- Class String
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++