Remove()
CustomXmlPartCollection::Remove(System::SharedPtr<ICustomXmlPart>) method
Removes the first occurrence of a specific object from the collection.
bool Aspose::Slides::CustomXmlPartCollection::Remove(System::SharedPtr<ICustomXmlPart> item) override
Arguments
Parameter | Type | Description |
---|---|---|
item | System::SharedPtr<ICustomXmlPart> | The custom xml part to remove. |
Return Value
true if item is successfully removed; otherwise, false.
See Also
- Typedef SharedPtr
- Class ICustomXmlPart
- Class CustomXmlPartCollection
- Namespace Aspose::Slides
- Library Aspose.Slides