XmlComment.ChildNodes Property

Definition

Gets a list of children in the current node. This method always returns NULL.

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

Property Value

The list of child nodes. This value is always NULL.

Implements

Applies to