MindFusion.Charting for Silverlight Programmer's Guide
XmlSerializationContext.SelectNode Method
See Also
 






Returns the child node with the specified name.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public XElement SelectNode (
    XElement parentElement,
    string name
)

Visual Basic  Copy Code

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

 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.Silverlight Namespace