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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.