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
매개변수형식설명
keyconst System::String&제거할 항목의 키.

ReturnValue

키가 제거되면 True, 그렇지 않으면 false.

또 보기