Remove

ICustomXmlPartCollection.Remove method

Removes the first occurrence of a specific object from the collection.

public bool Remove(ICustomXmlPart item)
ParameterTypeDescription
itemICustomXmlPartThe custom xml part to remove.

Return Value

true if item is successfully removed; otherwise, false.

Exceptions

exceptioncondition
ArgumentNullExceptionitem is null.

See Also