CustomXMLNode.FirstChild Property

Definition

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.

public:
 property Microsoft::Office::Core::CustomXMLNode ^ FirstChild { Microsoft::Office::Core::CustomXMLNode ^ get(); };
public Microsoft.Office.Core.CustomXMLNode FirstChild { get; }
member this.FirstChild : Microsoft.Office.Core.CustomXMLNode
Public ReadOnly Property FirstChild As CustomXMLNode

Property Value

CustomXMLNode

Applies to