Selects all nodes matching the specified name.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public static IEnumerable<XNode> SelectNodes ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function SelectNodes( _ |
A .NET IEnumerable containing the nodes matching the specified name.
See Also