System::Xml::XPath::XPathResultType 枚举

XPathResultType enum

指定 XPath 表达式的返回类型。

enum class XPathResultType

名称描述
数字0数值。
String1一个 String 值。
Boolean2一个 Boolean truefalse 值。
NodeSet3节点集合。
Navigatorn/a树片段。
Any5任意 XPath 节点类型。
Error6表达式未评估为正确的 XPath 类型。

另见