only for RuBoard - do not distribute or recompile Previous Section Next Section
XPathResultType enum

System.Xml.XPath (system.xml.dll) serializable

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
}

Hierarchy

System.Objectfigs/U2192.gif System.ValueTypefigs/U2192.gif System.Enum(System.IComparable, System.IFormattable, System.IConvertible)figs/U2192.gif XPathResultType

Returned By

XPathExpression.ReturnType, System.Xml.Xsl.IXsltContextFunction.{ArgTypes, ReturnType}, System.Xml.Xsl.IXsltContextVariable.VariableType

Passed To

System.Xml.Xsl.XsltContext.ResolveFunction()

only for RuBoard - do not distribute or recompile Previous Section Next Section