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





Selects all nodes matching the specified name.

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 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