CustomXMLNode Interface

Represents an XML node in a tree in a document. The CustomXMLNode object is a member of the CustomXMLNodes collection.

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

Syntax

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

Remarks

The CustomXMLNode object is designed to have funtional parity with the IXMLDOMNode interface. In addition, it contains an XPath property which is a great improvement over the objects provided by MSXML.

See Also

Reference

CustomXMLNode Members

Microsoft.Office.Core Namespace