CustomXMLParts Object Members

Represents a collection of CustomXMLPart objects.

Methods

  Name Description
Aa433909.methods(en-us,office.12).gif Add Allows you to add a new CustomXMLPart to a file.
Aa433909.methods(en-us,office.12).gif SelectByID Selects a custom XML part matching a GUID.
Aa433909.methods(en-us,office.12).gif SelectByNamespace Selects the collection of custom XML parts whose namespace matches the search criteria.

Properties

  Name Description
Aa433909.properties(en-us,office.12).gif Application Gets an Application object that represents the container application for the CustomXMLParts object. Read-only.
Aa433909.properties(en-us,office.12).gif Count Gets a Long indicating the number of items in the CustomXMLParts collection. Read-only.
Aa433909.properties(en-us,office.12).gif Creator Gets a 32-bit integer that indicates the application in which the CustomXMLParts object was created. Read-only.
Aa433909.properties(en-us,office.12).gif Item Gets a CustomXMLPart object from the CustomXMLParts collection. Read-only.
Aa433909.properties(en-us,office.12).gif Parent Gets the Parent object for the CustomXMLParts object. Read-only.

Events

  Name Description
Aa433909.events(en-us,office.12).gif PartAfterAdd Occurs just after a CustomXMLPart object is added to the CustomXMLParts collection.
Aa433909.events(en-us,office.12).gif PartAfterLoad Occurs just after a CustomXMLPart object is loaded.
Aa433909.events(en-us,office.12).gif PartBeforeDelete Occurs just before a CustomXMLPart object is deleted from the CustomXMLParts collection.