XmlComment.ChildNodes 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 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.