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
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 ICustomXmlPartCollection
- Namespace Aspose::Slides
- Library Aspose.Slides