Aspose::Page::EPS::XMP::XmpMetadata::Remove メソッド
XmpMetadata::Remove(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>&) method
コレクションからキー/値のペアを削除します。
bool Aspose::Page::EPS::XMP::XmpMetadata::Remove(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>> &item) 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::Remove(const System::String&) method
メタデータからエントリを削除します。
bool Aspose::Page::EPS::XMP::XmpMetadata::Remove(const System::String &key) override
| パラメーター | 型 | 説明 |
|---|---|---|
| キー | const System::String& | 削除するエントリのキー。 |
ReturnValue
キーが削除された場合は True、そうでなければ false。
参照
- Class String
- Class XmpMetadata
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++