Partager via


CustomXMLNode.FirstChild Property

Gets a CustomXMLNode object corresponding to the first child element of the current node. If the node has no child elements (or if it isn’t of type msoCustomXMLNodeElement), returns Nothing. Read-only.

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

Syntax

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

value = instance.FirstChild
CustomXMLNode FirstChild { get; }

Property Value

Type: Microsoft.Office.Core.CustomXMLNode
CustomXMLNode

See Also

Reference

CustomXMLNode Interface

CustomXMLNode Members

Microsoft.Office.Core Namespace