Remove()

ICustomXmlPartCollection::Remove(System::SharedPtr<ICustomXmlPart>) method

Removes the first occurrence of a specific object from the collection.

virtual bool Aspose::Slides::ICustomXmlPartCollection::Remove(System::SharedPtr<ICustomXmlPart> item)=0

Arguments

ParameterTypeDescription
itemSystem::SharedPtr<ICustomXmlPart>The custom xml part to remove.

Return Value

true if item is successfully removed; otherwise, false.

See Also