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
[System.Runtime.InteropServices.Guid("000CDB03-0000-0000-C000-000000000046")]
public interface CustomXMLNodes : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000CDB03-0000-0000-C000-000000000046")>]
type CustomXMLNodes = interface
    interface _IMsoDispObj
    interface IEnumerable
Public Interface CustomXMLNodes
Implements _IMsoDispObj, 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

GetEnumerator()

Applies to