XMLNode.FirstChild Property

Returns a DiagramNode object that represents the first child node of a parent node.

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

Syntax

'Declaration
ReadOnly Property FirstChild As XMLNode
    Get
'Usage
Dim instance As XMLNode
Dim value As XMLNode

value = instance.FirstChild
XMLNode FirstChild { get; }

Property Value

Type: Microsoft.Office.Interop.Word.XMLNode

Remarks

Use the LastChild property to access the last child node. Use the Root property to access the parent node in a diagram.

See Also

Reference

XMLNode Interface

XMLNode Members

Microsoft.Office.Interop.Word Namespace