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, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.