This documentation is archived and is not being maintained.
XPathResultType Enumeration
.NET Framework 1.1
Specifies the return type of the XPath expression.
[Visual Basic] <Serializable> Public Enum XPathResultType [C#] [Serializable] public enum XPathResultType [C++] [Serializable] __value public enum XPathResultType [JScript] public Serializable enum XPathResultType
Members
| Member name | Description |
|---|---|
| Any | Any of the XPath node types. |
| Boolean | Boolean value true or false. |
| Error | The expression does not evaluate to the correct XPath type. |
| Navigator | A tree fragment. |
| NodeSet | A node collection. |
| Number | A numeric value. |
| String | A string value. |
Requirements
Namespace: System.Xml.XPath
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Xml (in System.Xml.dll)
See Also
System.Xml.XPath Namespace | XPathExpression.ReturnType | IXsltContextVariable.VariableType | IXsltContextFunction.ReturnType | XsltContext.ResolveFunction
Show: