XMLNode.ChildNodes Property

Returns a XMLNodes collection that represents the child elements of a specified element.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property ChildNodes As XMLNodes
    Get
'Usage
Dim instance As XMLNode
Dim value As XMLNodes

value = instance.ChildNodes
XMLNodes ChildNodes { get; }

Property Value

Type: Microsoft.Office.Interop.Word.XMLNodes

See Also

Reference

XMLNode Interface

XMLNode Members

Microsoft.Office.Interop.Word Namespace