Selects all nodes matching the specified name.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public static IEnumerable<XmlNode> SelectNodes ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function SelectNodes( _ |
The parent element whose children are to be selected.
A string specifying the names of the nodes of interest.
A .NET IEnumerable containing the nodes matching the specified name.
See Also