MindFusion.Wpf Pack Programmer's Guide
XmlSerializationContext.SelectNodes Method (XNode, String)
See Also
 





Selects all nodes matching the specified name.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public static IEnumerable<XNode> SelectNodes (
    XNode parent,
    string name
)

Visual Basic  Copy Code

Public Shared Function SelectNodes( _
    parent As XNode, _
    name As String _
) As IEnumerable(Of XNode)

 Parameters

parent
The parent element whose children are to be selected.
name
A string specifying the names of the nodes of interest.

 Return Value

A .NET IEnumerable containing the nodes matching the specified name.

 See Also

SelectNodes Method Overload List
XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Scheduling Namespace