Remove
CustomXmlPartCollection.Remove method
Removes the first occurrence of a specific object from the collection.
public bool Remove(ICustomXmlPart item)
Parameter | Type | Description |
---|---|---|
item | ICustomXmlPart | The custom xml part to remove. |
Return Value
true
if item is successfully removed; otherwise, false
.
Exceptions
exception | condition |
---|---|
ArgumentNullException | item is null . |
See Also
- interface ICustomXmlPart
- class CustomXmlPartCollection
- namespace Aspose.Slides
- assembly Aspose.Slides