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)
Syntax
public bool Remove(
	ICustomXmlPart item
)

Parameters

item
Type: Aspose.SlidesICustomXmlPart
The custom xml part to remove.

Return Value

Type: Boolean
true if item is successfully removed; otherwise, false.

Implements

ICustomXmlPartCollectionRemove(ICustomXmlPart)
Exceptions
ExceptionCondition
ArgumentNullExceptionitem is null.
See Also