CustomXMLNodes Interface

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

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
<GuidAttribute("000CDB03-0000-0000-C000-000000000046")> _
Public Interface CustomXMLNodes _
    Inherits _IMsoDispObj, IEnumerable
'Usage
Dim instance As CustomXMLNodes
[GuidAttribute("000CDB03-0000-0000-C000-000000000046")]
public interface CustomXMLNodes : _IMsoDispObj, 
    IEnumerable

Remarks

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

See Also

Reference

CustomXMLNodes Members

Microsoft.Office.Core Namespace