CustomXMLParts Members
Include Protected Members
Include Inherited Members
The CustomXMLParts type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Gets an Application object that represents the container application for the _CustomXMLParts object. Read-only. (Inherited from _CustomXMLParts.) | |
Count | Gets the number of items in the _CustomXMLParts collection. Read-only. (Inherited from _CustomXMLParts.) | |
Creator | Gets a 32-bit integer that indicates the application in which the _CustomXMLParts object was created. Read-only. (Inherited from _CustomXMLParts.) | |
Item | Gets a _CustomXMLPart object from the _CustomXMLParts collection. Read-only. (Inherited from _CustomXMLParts.) | |
Parent | Gets the parent object for the _CustomXMLParts object. Read-only. (Inherited from _CustomXMLParts.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Allows you to add a new _CustomXMLPart to a file. (Inherited from _CustomXMLParts.) | |
add_PartAfterAdd | (Inherited from _CustomXMLPartsEvents_Event.) | |
add_PartAfterLoad | (Inherited from _CustomXMLPartsEvents_Event.) | |
add_PartBeforeDelete | (Inherited from _CustomXMLPartsEvents_Event.) | |
GetEnumerator() | (Inherited from _CustomXMLParts.) | |
remove_PartAfterAdd | (Inherited from _CustomXMLPartsEvents_Event.) | |
remove_PartAfterLoad | (Inherited from _CustomXMLPartsEvents_Event.) | |
remove_PartBeforeDelete | (Inherited from _CustomXMLPartsEvents_Event.) | |
SelectByID | Selects a custom XML part matching a GUID. (Inherited from _CustomXMLParts.) | |
SelectByNamespace | Selects the collection of custom XML parts whose namespace matches the search criteria. (Inherited from _CustomXMLParts.) |
Top
Events
Name | Description | |
---|---|---|
PartAfterAdd | Occurs just after a _CustomXMLPartobject is added to the _CustomXMLParts collection. (Inherited from _CustomXMLPartsEvents_Event.) | |
PartAfterLoad | Occurs just after a _CustomXMLPart object is loaded. (Inherited from _CustomXMLPartsEvents_Event.) | |
PartBeforeDelete | Occurs just before a _CustomXMLPart object is deleted from the _CustomXMLParts collection. (Inherited from _CustomXMLPartsEvents_Event.) |
Top