March 2002
Intermediate to advanced
864 pages
31h 8m
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()