Edit

Share via


CustomXMLNodes Interface

Definition

Contains a collection of CustomXMLNode objects representing the XML nodes in a document.

public interface class CustomXMLNodes : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
Attributes
Implements

Remarks

The Attributes and the ChildNodes properties return collections of nodes of this type.

Properties

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

Gets a 32-bit integer that indicates the application in which the CustomXMLNodes object was created. Read-only.

Item[Int32]

Gets a CustomXMLNode object from the CustomXMLNodes collection. Read-only.

Parent

Gets the parent object for the CustomXMLNodes object. Read-only.

Methods

Applies to