System::Xml::XPath::XPathItem::get_IsNode 方法

XPathItem::get_IsNode method

当在派生类中重写时,获取一个值,指示该项是表示 XPath 节点还是原子值。

virtual bool System::Xml::XPath::XPathItem::get_IsNode()=0

ReturnValue

true if the item represents an XPath node; false if the item represents an atomic value.

另见