Name

XPathResultType

Synopsis

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
End Enum

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) XPathResultType

Returned By

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

Passed To

System.Xml.Xsl.XsltContext.ResolveFunction()

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.