XPathResultType Enumeration

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Specifies the return type of the XPath expression.

Namespace:  System.Xml.XPath
Assembly:  System.Xml.XPath (in System.Xml.XPath.dll)

Syntax

'Declaration
Public Enumeration XPathResultType
public enum XPathResultType

Members

Member name Description
Number A numeric value.
String A String value.
Boolean A Booleantrue or false value.
NodeSet A node collection.
Navigator A tree fragment.
Any Any of the XPath node types.
Error The expression does not evaluate to the correct XPath type.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference