Aspose::Page::EPS::XMP::XmpMetadata::Remove method
XmpMetadata::Remove(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) method
Menghapus pasangan kunci/nilai dari koleksi.
bool Aspose::Page::EPS::XMP::XmpMetadata::Remove(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> &item) override
| Parameter | Tipe | Deskripsi |
|---|---|---|
| item | const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>& | Pasangan kunci/nilai yang akan dihapus. |
ReturnValue
true jika pasangan ditemukan dan dihapus.
Lihat Juga
- Class KeyValuePair
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpMetadata::Remove(const System::String&) method
Menghapus entri dari metadata.
bool Aspose::Page::EPS::XMP::XmpMetadata::Remove(const System::String &key) override
| Parameter | Tipe | Deskripsi |
|---|---|---|
| kunci | const System::String& | Kunci entri yang akan dihapus. |
ReturnValue
True - jika kunci dihapus; jika tidak, false.
Lihat Juga
- Class String
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++