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





Selects a node with the specified name.

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

 Syntax

C#  Copy Code

public static XElement SelectSingleNode (
    XNode parent,
    string name
)

Visual Basic  Copy Code

Public Shared Function SelectSingleNode( _
    parent As XNode, _
    name As String _
) As XElement

 Parameters

parent
The parent element whose child is to be selected.
name
A string specifying the name of the node of interest.

 Return Value

A .NET XElement representing the found node or null (Nothing in Visual Basic) if no node with the specified name has been found.

 See Also

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