The type that will be returned from an XPath expression.
[
Edit]
public enum XPathResultType |
|
Remarks
Members
Member Name | Description |
---|
Any | The expression could return any type.
[Edit]
|
Boolean | A boolean. The returned object will be of type System.Boolean.
[Edit]
|
Error | The expression was not able to be compiled.
[Edit]
|
Navigator | Return type of navigator. This is not currently used.
[Edit]
|
NodeSet | A nodeset. The returned object will be an XPathNodeIterator.
[Edit]
|
Number | A number. The retun type will be of type System.Double.
[Edit]
|
String | Return type of string. The returned object will be a System.String.
[Edit]
|
Requirements
Namespace: System.Xml.XPath
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0