MindFusion.Wpf Pack Programmer's Guide
XmlSerializationContext.SelectNode Method
See Also
 





Returns the child node with the specified name.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public XmlElement SelectNode (
    XmlElement parentElement,
    string name
)

Visual Basic  Copy Code

Public Function SelectNode( _
    parentElement As XmlElement, _
    name As String _
) As XmlElement

 Parameters

parentElement

The parent XML element.

name

A string specifying the name of the child node.

 Return Value

An XmlElement corresponding to the child node.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Charting.Wpf Namespace