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。

参照

XmpMetadata::Remove(const System::String&) method

メタデータからエントリを削除します。

bool Aspose::Page::EPS::XMP::XmpMetadata::Remove(const System::String &key) override
パラメーター説明
キーconst System::String&削除するエントリのキー。

ReturnValue

キーが削除された場合は True、そうでなければ false。

参照