Remove()

SlideCollection::Remove(System::SharedPtr<ISlide>) method

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

void Aspose::Slides::SlideCollection::Remove(System::SharedPtr<ISlide> value) override

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<ISlide>The slide to remove from the collection.

See Also