System.Xml.XPath.XPathResultType Enumeration

Assembly: System.Xml.dll
Namespace: System.Xml.XPath
Summary
Specifies the return type of the XPath expression.
C# Syntax:
[Serializable]
public enum XPathResultType
See also:
System.Xml.XPath Namespace | XPathExpression.ReturnType | IXsltContextVariable.VariableType | IXsltContextFunction.ReturnType | XsltContext.ResolveFunction

System.Xml.XPath.XPathResultType Member List:

Public Fields
Any
Boolean Boolean value true or false.
Error
Navigator A tree fragment.
NodeSet
Number A numeric value.
String A string value.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.