Share via


CustomXMLParts Members

Include Protected Members
Include Inherited Members

The CustomXMLParts type exposes the following members.

Properties

  Name Description
Public property Application Gets an Application object that represents the container application for the _CustomXMLParts object. Read-only. (Inherited from _CustomXMLParts.)
Public property Count Gets the number of items in the _CustomXMLParts collection. Read-only. (Inherited from _CustomXMLParts.)
Public property Creator Gets a 32-bit integer that indicates the application in which the _CustomXMLParts object was created. Read-only. (Inherited from _CustomXMLParts.)
Public property Item Gets a _CustomXMLPart object from the _CustomXMLParts collection. Read-only. (Inherited from _CustomXMLParts.)
Public property Parent Gets the parent object for the _CustomXMLParts object. Read-only. (Inherited from _CustomXMLParts.)

Top

Methods

  Name Description
Public method Add Allows you to add a new _CustomXMLPart to a file. (Inherited from _CustomXMLParts.)
Public method add_PartAfterAdd (Inherited from _CustomXMLPartsEvents_Event.)
Public method add_PartAfterLoad (Inherited from _CustomXMLPartsEvents_Event.)
Public method add_PartBeforeDelete (Inherited from _CustomXMLPartsEvents_Event.)
Public method GetEnumerator() (Inherited from _CustomXMLParts.)
Public method remove_PartAfterAdd (Inherited from _CustomXMLPartsEvents_Event.)
Public method remove_PartAfterLoad (Inherited from _CustomXMLPartsEvents_Event.)
Public method remove_PartBeforeDelete (Inherited from _CustomXMLPartsEvents_Event.)
Public method SelectByID Selects a custom XML part matching a GUID. (Inherited from _CustomXMLParts.)
Public method SelectByNamespace Selects the collection of custom XML parts whose namespace matches the search criteria. (Inherited from _CustomXMLParts.)

Top

Events

  Name Description
Public event PartAfterAdd Occurs just after a _CustomXMLPartobject is added to the _CustomXMLParts collection. (Inherited from _CustomXMLPartsEvents_Event.)
Public event PartAfterLoad Occurs just after a _CustomXMLPart object is loaded. (Inherited from _CustomXMLPartsEvents_Event.)
Public event PartBeforeDelete Occurs just before a _CustomXMLPart object is deleted from the _CustomXMLParts collection. (Inherited from _CustomXMLPartsEvents_Event.)

Top

See Also

Reference

CustomXMLParts Interface

Microsoft.Office.Core Namespace