Remove()

MasterSlideCollection::Remove(System::SharedPtr<IMasterSlide>) method

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

void Aspose::Slides::MasterSlideCollection::Remove(System::SharedPtr<IMasterSlide> value) override

Arguments

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

See Also