CustomXMLNode.ChildNodes Property

Gets a CustomXMLNodes collection containing all of the child elements of the current node. Read-only.

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

Syntax

'Declaration
ReadOnly Property ChildNodes As CustomXMLNodes
    Get
'Usage
Dim instance As CustomXMLNode
Dim value As CustomXMLNodes

value = instance.ChildNodes
CustomXMLNodes ChildNodes { get; }

Property Value

Type: Microsoft.Office.Core.CustomXMLNodes
CustomXMLNodes

See Also

Reference

CustomXMLNode Interface

CustomXMLNode Members

Microsoft.Office.Core Namespace