IXmlNode.ChildNodes Property

Definition

Gets a list of children in the current node.

public:
 property XmlNodeList ^ ChildNodes { XmlNodeList ^ get(); };
XmlNodeList ChildNodes();
public XmlNodeList ChildNodes { get; }
var xmlNodeList = iXmlNode.childNodes;
Public ReadOnly Property ChildNodes As XmlNodeList

Property Value

The list of child nodes.

Applies to