CustomXMLParts Object Members
Represents a collection of CustomXMLPart objects.
Methods
| Name | Description | |
|---|---|---|
| Add | Allows you to add a new CustomXMLPart to a file. |
| SelectByID | Selects a custom XML part matching a GUID. |
| SelectByNamespace | Selects the collection of custom XML parts whose namespace matches the search criteria. |
Properties
| Name | Description | |
|---|---|---|
| Application | Gets an Application object that represents the container application for the CustomXMLParts object. Read-only. |
| Count | Gets a Long indicating the number of items in the CustomXMLParts collection. Read-only. |
| Creator | Gets a 32-bit integer that indicates the application in which the CustomXMLParts object was created. Read-only. |
| Item | Gets a CustomXMLPart object from the CustomXMLParts collection. Read-only. |
| Parent | Gets the Parent object for the CustomXMLParts object. Read-only. |
Events
| Name | Description | |
|---|---|---|
| PartAfterAdd | Occurs just after a CustomXMLPart object is added to the CustomXMLParts collection. |
| PartAfterLoad | Occurs just after a CustomXMLPart object is loaded. |
| PartBeforeDelete | Occurs just before a CustomXMLPart object is deleted from the CustomXMLParts collection. |