November 2003
Intermediate to advanced
476 pages
14h 38m
English
XPathResultType — System.Xml.XPath (system.xml.dll) serializable enum
public enum XPathResultType { Number = 0, String = 1, Navigator = 1, Boolean = 2, NodeSet = 3, Any = 5, Error = 6 }
This enumeration
contains the result types used by the
XPathExpression.ReturnType property.
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(
)