Returns the child nodes with the specified name.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |