CustomXMLNode.FirstChild Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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