CustomXMLNodes Members
Include Protected Members
Include Inherited Members
Contains a collection of CustomXMLNode objects representing the XML nodes in a document.
The CustomXMLNodes type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | (Inherited from _IMsoDispObj.) | |
Application | Gets an Application object that represents the container application for the CustomXMLNodes object. Read-only. | |
Count | Gets a count of the number of CustomXMLNode objects in a CustomXMLNodes collection. Read-only. | |
Creator | (Inherited from _IMsoDispObj.) | |
Creator | Gets a 32-bit integer that indicates the application in which the CustomXMLNodes object was created. Read-only. | |
Item | Gets a CustomXMLNode object from the CustomXMLNodes collection. Read-only. | |
Parent | Gets the parent object for the CustomXMLNodes object. Read-only. |
Top
Methods
Name | Description | |
---|---|---|
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() |
Top