CustomXmlPartCollectionRemove Method |
Removes the first occurrence of a specific object from the collection.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic bool Remove(
ICustomXmlPart item
)
Public Function Remove (
item As ICustomXmlPart
) As Boolean
public:
virtual bool Remove(
ICustomXmlPart^ item
) sealed
abstract Remove :
item : ICustomXmlPart -> bool
override Remove :
item : ICustomXmlPart -> bool
Parameters
- item
- Type: Aspose.SlidesICustomXmlPart
The custom xml part to remove.
Return Value
Type:
Booleantrue if item is successfully removed; otherwise,
false.
Implements
ICustomXmlPartCollectionRemove(ICustomXmlPart)
Exceptions
See Also