_CustomXMLParts Members
Include Protected Members
Include Inherited Members
Represents a collection of _CustomXMLPart objects.
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. |
![]() |
Application | (Inherited from _IMsoDispObj.) |
![]() |
Count | Gets 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. |
![]() |
Creator | (Inherited from _IMsoDispObj.) |
![]() |
Item | Gets a _CustomXMLPart object from the _CustomXMLParts collection. Read-only. |
![]() |
Parent | Gets the parent object for the _CustomXMLParts object. Read-only. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | Allows you to add a new _CustomXMLPart to a file. |
![]() |
GetEnumerator() | (Inherited from IEnumerable.) |
![]() |
GetEnumerator() | |
![]() |
SelectByID | Selects a custom XML part matching a GUID. |
![]() |
SelectByNamespace | Selects the collection of custom XML parts whose namespace matches the search criteria. |
Top