XPathNavigator.Evaluate Method (XPathExpression, XPathNodeIterator)
Silverlight
Uses the supplied context to evaluate the XPathExpression, and returns the typed result.
Namespace: System.Xml.XPath
Assembly: System.Xml.XPath (in System.Xml.XPath.dll)
Parameters
- expr
- Type: System.Xml.XPath.XPathExpression
An XPathExpression that can be evaluated.
- context
- Type: System.Xml.XPath.XPathNodeIterator
An XPathNodeIterator that points to the selected node set that the evaluation is to be performed on.
Return Value
Type: System.ObjectThe result of the expression (Boolean, number, string, or node set). This maps to Boolean, Double, String, or XPathNodeIterator objects respectively.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.