Remove()

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

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

virtual void Aspose::Slides::ISlideCollection::Remove(System::SharedPtr<ISlide> value)=0

Arguments

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

See Also