Returns the child nodes with the specified name.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public XmlNodeList SelectNodes ( |
Visual Basic Copy Code |
---|
Public Function SelectNodes( _ |
The parent XML element.
A string specifying the name of the child nodes.
An XmlNodeList containing the found child nodes.