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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.