Remove()
IPortionCollection::Remove(System::SharedPtr<IPortion>) method
Removes the first occurrence of a specific object from the ICollection.
virtual bool Aspose::Slides::IPortionCollection::Remove(System::SharedPtr<IPortion> item)=0
Arguments
Parameter | Type | Description |
---|---|---|
item | System::SharedPtr<IPortion> | The object to remove from the ICollection. |
Return Value
true if item was successfully removed from the ICollection; otherwise, false. This method also returns false if item is not found in the original ICollection.
See Also
- Typedef SharedPtr
- Class IPortion
- Class IPortionCollection
- Namespace Aspose::Slides
- Library Aspose.Slides