XPathResultType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the return type of the XPath expression.
public enum class XPathResultType
public enum XPathResultType
type XPathResultType =
Public Enum XPathResultType
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Number | 0 | A numeric value. |
Navigator | 1 | A tree fragment. |
String | 1 | A String value. |
Boolean | 2 | A Boolean |
NodeSet | 3 | A node collection. |
Any | 5 | Any of the XPath node types. |
Error | 6 | The expression does not evaluate to the correct XPath type. |
Applies to
See also
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.