Returns the child nodes with the specified name.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
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.
See Also