[]
Removes the specified CustomXmlPart from the collection.
public bool Remove(CustomXmlPart part)
Public Function Remove(part As CustomXmlPart) As Boolean
| Type | Name | Description |
|---|---|---|
| CustomXmlPart | part | The CustomXmlPart to remove. |
| Type | Description |
|---|---|
| bool | true if the CustomXmlPart has been removed form the collection, otherwise false. |