August 2003
Intermediate to advanced
928 pages
32h 1m
English
XPathResultType
This enumeration contains the result
types
used by the
XPathExpression.ReturnType property.
public enum XPathResultType { Number = 0, String = 1, Navigator = 1, Boolean = 2, NodeSet = 3, Any = 5, Error = 6 }
System.Object
→
System.ValueType
→
System.Enum(System.IComparable,
System.IFormattable, System.IConvertible)
→
XPathResultType
XPathExpression.ReturnType,
System.Xml.Xsl.IXsltContextFunction.{ArgTypes,
ReturnType},
System.Xml.Xsl.IXsltContextVariable.VariableType
System.Xml.Xsl.XsltContext.ResolveFunction( )